C# 클래스 ActiveDirectoryBlogpost.Foundation.Errors.PasswordResetFlagNotSetException

Encapsulates an exception, for when a request was made to create a user with an already existing sAMAccountName.
상속: Exception
파일 보기 프로젝트 열기: 5minds/ActiveDirectorySample

공개 메소드들

메소드 설명
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.

메소드 상세

PasswordResetFlagNotSetException() 공개 메소드

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

PasswordResetFlagNotSetException() 공개 메소드

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