Click or drag to resize

SingletonException Constructor

Overload List
  NameDescription
Public methodSingletonException
Initializes a new instance.
Public methodSingletonException(Exception)
Initializes a new instance with a reference to the inner exception that is the cause of this exception.
Public methodSingletonException(String)
Initializes a new instance with a specified error message.
Protected methodSingletonException(SerializationInfo, StreamingContext)
Initializes a new instance with serialized data.
Public methodSingletonException(String, Exception)
Initializes a new instance with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also