ActiveDirectoryOperationException 클래스
정의
ActiveDirectoryOperationException 클래스 예외는 내부 디렉터리 작업에 실패하는 경우 throw됩니다.The ActiveDirectoryOperationException class exception is thrown when an underlying directory operation fails.
public ref class ActiveDirectoryOperationException : Exception
[System.Serializable]
public class ActiveDirectoryOperationException : Exception
type ActiveDirectoryOperationException = class
inherit Exception
interface ISerializable
Public Class ActiveDirectoryOperationException
Inherits Exception
- 상속
- 파생
- 특성
- 구현
생성자
ActiveDirectoryOperationException() |
ActiveDirectoryOperationException 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the ActiveDirectoryOperationException class. |
ActiveDirectoryOperationException(SerializationInfo, StreamingContext) |
지정된 serialization 정보와 스트리밍 컨텍스트를 사용하여 ActiveDirectoryOperationException 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the ActiveDirectoryOperationException class, using the specified serialization information and streaming context. |
ActiveDirectoryOperationException(String) |
지정된 오류 메시지를 사용하여 ActiveDirectoryOperationException 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the ActiveDirectoryOperationException class with a specified error message. |
ActiveDirectoryOperationException(String, Exception) |
지정된 오류 메시지와 내부 예외 개체를 사용하여 ActiveDirectoryOperationException 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the ActiveDirectoryOperationException class with a specified error message and an underlying exception object. |
ActiveDirectoryOperationException(String, Exception, Int32) |
지정된 오류 메시지, 내부 예외 개체 및 지정된 오류 코드를 사용하여 ActiveDirectoryOperationException 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the ActiveDirectoryOperationException class with a specified error message, an underlying exception object, and a specified error code. |
ActiveDirectoryOperationException(String, Int32) |
지정된 오류 메시지와 지정된 오류 코드를 사용하여 ActiveDirectoryOperationException 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the ActiveDirectoryOperationException class with a specified error message and a specified error code. |
속성
Data |
예외에 대한 사용자 정의 추가 정보를 제공하는 키/값 쌍의 컬렉션을 가져옵니다.Gets a collection of key/value pairs that provide additional user-defined information about the exception. (다음에서 상속됨 Exception) |
ErrorCode |
ActiveDirectoryOperationException 개체의 오류 코드를 가져옵니다.Gets the error code for the ActiveDirectoryOperationException object. |
HelpLink |
이 예외와 연결된 도움말 파일에 대한 링크를 가져오거나 설정합니다.Gets or sets a link to the help file associated with this exception. (다음에서 상속됨 Exception) |
HResult |
특정 예외에 할당된 코드화된 숫자 값인 HRESULT를 가져오거나 설정합니다.Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (다음에서 상속됨 Exception) |
InnerException |
현재 예외를 발생시킨 Exception 인스턴스를 가져옵니다.Gets the Exception instance that caused the current exception. (다음에서 상속됨 Exception) |
Message |
현재 예외를 설명하는 메시지를 가져옵니다.Gets a message that describes the current exception. (다음에서 상속됨 Exception) |
Source |
오류를 발생시키는 애플리케이션 또는 개체의 이름을 가져오거나 설정합니다.Gets or sets the name of the application or the object that causes the error. (다음에서 상속됨 Exception) |
StackTrace |
호출 스택의 직접 실행 프레임에 대한 문자열 표현을 가져옵니다.Gets a string representation of the immediate frames on the call stack. (다음에서 상속됨 Exception) |
TargetSite |
현재 예외를 throw하는 메서드를 가져옵니다.Gets the method that throws the current exception. (다음에서 상속됨 Exception) |
메서드
Equals(Object) |
지정한 개체와 현재 개체가 같은지 여부를 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetBaseException() |
파생 클래스에서 재정의되었을 때, 하나 이상의 후속 예외의 근본 원인이 되는 Exception을 반환합니다.When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (다음에서 상속됨 Exception) |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetObjectData(SerializationInfo, StreamingContext) |
예외에 대한 정보를 사용하여 SerializationInfo 개체를 설정합니다.Sets the SerializationInfo object with information about the exception. |
GetType() |
현재 인스턴스의 런타임 형식을 가져옵니다.Gets the runtime type of the current instance. (다음에서 상속됨 Exception) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ToString() |
현재 예외에 대한 문자열 표현을 만들고 반환합니다.Creates and returns a string representation of the current exception. (다음에서 상속됨 Exception) |
이벤트
SerializeObjectState |
예외에 대한 serialize된 데이터가 들어 있는 예외 상태 개체가 만들어지도록 예외가 serialize될 때 발생합니다.Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception. (다음에서 상속됨 Exception) |