ActiveDirectoryObjectNotFoundException 생성자

정의

ActiveDirectoryObjectNotFoundException 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
ActiveDirectoryObjectNotFoundException()

ActiveDirectoryObjectNotFoundException 클래스의 새 인스턴스를 초기화합니다.

ActiveDirectoryObjectNotFoundException(String)

지정된 오류 메시지를 사용하여 클래스의 ActiveDirectoryObjectNotFoundException 새 인스턴스를 초기화합니다.

ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext)

지정된 serialization 정보 및 스트리밍 컨텍스트를 사용하여 클래스의 ActiveDirectoryObjectNotFoundException 새 인스턴스를 초기화합니다.

ActiveDirectoryObjectNotFoundException(String, Exception)

지정된 오류 메시지와 기본 예외 개체를 사용하여 클래스의 ActiveDirectoryObjectNotFoundException 새 인스턴스를 초기화합니다.

ActiveDirectoryObjectNotFoundException(String, Type, String)

지정된 오류 메시지와 요청된 개체에 ActiveDirectoryObjectNotFoundException 대한 정보를 사용하여 클래스의 새 인스턴스를 초기화합니다.

ActiveDirectoryObjectNotFoundException()

ActiveDirectoryObjectNotFoundException 클래스의 새 인스턴스를 초기화합니다.

public:
 ActiveDirectoryObjectNotFoundException();
public ActiveDirectoryObjectNotFoundException();
Public Sub New ()

추가 정보

적용 대상

ActiveDirectoryObjectNotFoundException(String)

지정된 오류 메시지를 사용하여 클래스의 ActiveDirectoryObjectNotFoundException 새 인스턴스를 초기화합니다.

public:
 ActiveDirectoryObjectNotFoundException(System::String ^ message);
public ActiveDirectoryObjectNotFoundException(string message);
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException : string -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException
Public Sub New (message As String)

매개 변수

message
String

오류를 설명하는 메시지입니다.

추가 정보

적용 대상

ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext)

지정된 serialization 정보 및 스트리밍 컨텍스트를 사용하여 클래스의 ActiveDirectoryObjectNotFoundException 새 인스턴스를 초기화합니다.

protected:
 ActiveDirectoryObjectNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ActiveDirectoryObjectNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

info
SerializationInfo

SerializationInfo 예외의 개체입니다.

context
StreamingContext

예외의 경우입니다 StreamingContext .

추가 정보

적용 대상

ActiveDirectoryObjectNotFoundException(String, Exception)

지정된 오류 메시지와 기본 예외 개체를 사용하여 클래스의 ActiveDirectoryObjectNotFoundException 새 인스턴스를 초기화합니다.

public:
 ActiveDirectoryObjectNotFoundException(System::String ^ message, Exception ^ inner);
public ActiveDirectoryObjectNotFoundException(string message, Exception inner);
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException : string * Exception -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException
Public Sub New (message As String, inner As Exception)

매개 변수

message
String

오류를 설명하는 메시지입니다.

inner
Exception

Exception 기본 예외 정보를 포함하는 개체입니다.

추가 정보

적용 대상

ActiveDirectoryObjectNotFoundException(String, Type, String)

지정된 오류 메시지와 요청된 개체에 ActiveDirectoryObjectNotFoundException 대한 정보를 사용하여 클래스의 새 인스턴스를 초기화합니다.

public:
 ActiveDirectoryObjectNotFoundException(System::String ^ message, Type ^ type, System::String ^ name);
public ActiveDirectoryObjectNotFoundException(string message, Type type, string name);
new System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException : string * Type * string -> System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException
Public Sub New (message As String, type As Type, name As String)

매개 변수

message
String

오류를 설명하는 메시지입니다.

type
Type

Type 요청된 개체의 형식을 설명하는 개체입니다.

name
String

String 요청된 개체의 이름이 들어 있는 A입니다.

추가 정보

적용 대상