Show / Hide Table of Contents

Class NftyException

Base exception for all exceptions thrown by the ntfy library.

Inheritance
object
Exception
NftyException
EntityTooLargeException
FeatureNotEnabledException
InvalidCredentialsException
InvalidParameterException
InvalidTopicException
TooManyRequestsException
UnauthorizedException
UnexpectedException
UserAlreadyExistsException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: ntfy
Assembly: ntfy.dll
Syntax
public class NftyException : Exception, ISerializable

Constructors

| Improve this Doc View Source

NftyException(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.

Implements

ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX