Click or drag to resize

SecretException Constructor

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