Class NftyException
Base exception for all exceptions thrown by the ntfy library.
Inheritance
NftyException
Implements
Inherited Members
Namespace: ntfy
Assembly: ntfy.dll
Syntax
public class NftyException : Exception, ISerializable
Constructors
| Improve this Doc View SourceNftyException(string)
Constructs a new exception with the given message.
Declaration
protected NftyException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Message to include when throwing exception. |