C# Class ActiveDirectoryBlogpost.Foundation.Errors.PasswordResetFlagNotSetException

Encapsulates an exception, for when a request was made to create a user with an already existing sAMAccountName.
Inheritance: Exception
Mostra file Open project: 5minds/ActiveDirectorySample

Public Methods

Method Description
PasswordResetFlagNotSetException ( string message ) : System

Initializes a new instance of the PasswordResetFlagNotSetException class.

PasswordResetFlagNotSetException ( string message, Exception innerException ) : System

Initializes a new instance of the PasswordResetFlagNotSetException class.

Method Details

PasswordResetFlagNotSetException() public method

Initializes a new instance of the PasswordResetFlagNotSetException class.
public PasswordResetFlagNotSetException ( string message ) : System
message string /// The message. ///
return System

PasswordResetFlagNotSetException() public method

Initializes a new instance of the PasswordResetFlagNotSetException class.
public PasswordResetFlagNotSetException ( string message, Exception innerException ) : System
message string /// The message. ///
innerException Exception /// The inner exception. ///
return System