Click or drag to resize

CredentialException Constructor

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