ActiveDirectoryObjectNotFoundException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ActiveDirectoryObjectNotFoundException 클래스의 새 인스턴스를 초기화합니다.
오버로드
ActiveDirectoryObjectNotFoundException() |
ActiveDirectoryObjectNotFoundException 클래스의 새 인스턴스를 초기화합니다. |
ActiveDirectoryObjectNotFoundException(String) |
지정된 오류 메시지를 사용하여 ActiveDirectoryObjectNotFoundException 클래스의 새 인스턴스를 초기화합니다. |
ActiveDirectoryObjectNotFoundException(SerializationInfo, StreamingContext) |
사용되지 않음.
지정된 serialization 정보와 스트리밍 컨텍스트를 사용하여 ActiveDirectoryObjectNotFoundException 클래스의 새 인스턴스를 초기화합니다. |
ActiveDirectoryObjectNotFoundException(String, Exception) |
지정된 오류 메시지와 내부 예외 개체를 사용하여 ActiveDirectoryObjectNotFoundException 클래스의 새 인스턴스를 초기화합니다. |
ActiveDirectoryObjectNotFoundException(String, Type, String) |
지정된 오류 메시지와 요청된 개체에 대한 정보를 사용하여 ActiveDirectoryObjectNotFoundException 클래스의 새 인스턴스를 초기화합니다. |
ActiveDirectoryObjectNotFoundException()
- Source:
- Exception.cs
- Source:
- Exception.cs
- Source:
- Exception.cs
ActiveDirectoryObjectNotFoundException 클래스의 새 인스턴스를 초기화합니다.
public:
ActiveDirectoryObjectNotFoundException();
public ActiveDirectoryObjectNotFoundException ();
Public Sub New ()
추가 정보
적용 대상
ActiveDirectoryObjectNotFoundException(String)
- Source:
- Exception.cs
- Source:
- Exception.cs
- Source:
- Exception.cs
지정된 오류 메시지를 사용하여 ActiveDirectoryObjectNotFoundException 클래스의 새 인스턴스를 초기화합니다.
public:
ActiveDirectoryObjectNotFoundException(System::String ^ message);
public ActiveDirectoryObjectNotFoundException (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)
- Source:
- Exception.cs
- Source:
- Exception.cs
- Source:
- Exception.cs
주의
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
지정된 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);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
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
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
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)
- Source:
- Exception.cs
- Source:
- Exception.cs
- Source:
- Exception.cs
지정된 오류 메시지와 내부 예외 개체를 사용하여 ActiveDirectoryObjectNotFoundException 클래스의 새 인스턴스를 초기화합니다.
public:
ActiveDirectoryObjectNotFoundException(System::String ^ message, Exception ^ inner);
public ActiveDirectoryObjectNotFoundException (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
오류를 설명하는 메시지입니다.
추가 정보
적용 대상
ActiveDirectoryObjectNotFoundException(String, Type, String)
- Source:
- Exception.cs
- Source:
- Exception.cs
- Source:
- Exception.cs
지정된 오류 메시지와 요청된 개체에 대한 정보를 사용하여 ActiveDirectoryObjectNotFoundException 클래스의 새 인스턴스를 초기화합니다.
public:
ActiveDirectoryObjectNotFoundException(System::String ^ message, Type ^ type, System::String ^ name);
public ActiveDirectoryObjectNotFoundException (string message, Type type, 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
오류를 설명하는 메시지입니다.
추가 정보
적용 대상
.NET