AddInSegmentDirectoryNotFoundException 생성자

정의

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

오버로드

Name Description
AddInSegmentDirectoryNotFoundException()

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

AddInSegmentDirectoryNotFoundException(String)

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

AddInSegmentDirectoryNotFoundException(SerializationInfo, StreamingContext)

serialization 데이터를 사용하여 클래스의 새 인스턴스를 AddInSegmentDirectoryNotFoundException 초기화합니다.

AddInSegmentDirectoryNotFoundException(String, Exception)

지정된 오류 메시지와 이 예외의 AddInSegmentDirectoryNotFoundException 원인인 내부 예외에 대한 참조를 사용하여 클래스의 새 인스턴스를 초기화합니다.

AddInSegmentDirectoryNotFoundException()

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

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

설명

이 생성자는 오류를 설명하는 시스템 제공 메시지(예: "대상 애플리케이션 도메인이 언로드되었습니다.")로 새 인스턴스의 속성을 초기화 Message 합니다. 이 메시지는 현재 시스템 문화권을 고려합니다.

다음 표에서는 클래스 인스턴스의 초기 속성 값을 보여 줍니다 AddInSegmentDirectoryNotFoundException .

재산 가치
InnerException Null 참조(Nothing Visual Basic의 경우)입니다.
Message 지역화된 오류 메시지 문자열입니다.

적용 대상

AddInSegmentDirectoryNotFoundException(String)

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

public:
 AddInSegmentDirectoryNotFoundException(System::String ^ message);
public AddInSegmentDirectoryNotFoundException(string message);
new System.AddIn.Hosting.AddInSegmentDirectoryNotFoundException : string -> System.AddIn.Hosting.AddInSegmentDirectoryNotFoundException
Public Sub New (message As String)

매개 변수

message
String

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

설명

다음 표에서는 클래스 인스턴스의 초기 속성 값을 보여 줍니다 AddInSegmentDirectoryNotFoundException .

재산 가치
InnerException Null 참조(Nothing Visual Basic의 경우)입니다.
Message 지역화된 오류 메시지 문자열입니다.

적용 대상

AddInSegmentDirectoryNotFoundException(SerializationInfo, StreamingContext)

serialization 데이터를 사용하여 클래스의 새 인스턴스를 AddInSegmentDirectoryNotFoundException 초기화합니다.

protected:
 AddInSegmentDirectoryNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected AddInSegmentDirectoryNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.AddIn.Hosting.AddInSegmentDirectoryNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.AddIn.Hosting.AddInSegmentDirectoryNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

info
SerializationInfo

serialize된 개체 데이터를 보유하는 개체입니다.

context
StreamingContext

원본 또는 대상 개체 데이터에 대한 컨텍스트 정보입니다.

설명

이 생성자는 역직렬화 중에 호출되어 스트림을 통해 전송되는 예외 개체를 다시 구성합니다. 자세한 내용은 XML 및 SOAP Serialization을 참조하세요.

다음 표에서는 클래스 인스턴스의 초기 속성 값을 보여 줍니다 AddInSegmentDirectoryNotFoundException .

재산 가치
InnerException Null 참조(Nothing Visual Basic의 경우)입니다.
Message 지역화된 오류 메시지 문자열입니다.

적용 대상

AddInSegmentDirectoryNotFoundException(String, Exception)

지정된 오류 메시지와 이 예외의 AddInSegmentDirectoryNotFoundException 원인인 내부 예외에 대한 참조를 사용하여 클래스의 새 인스턴스를 초기화합니다.

public:
 AddInSegmentDirectoryNotFoundException(System::String ^ message, Exception ^ innerException);
public AddInSegmentDirectoryNotFoundException(string message, Exception innerException);
new System.AddIn.Hosting.AddInSegmentDirectoryNotFoundException : string * Exception -> System.AddIn.Hosting.AddInSegmentDirectoryNotFoundException
Public Sub New (message As String, innerException As Exception)

매개 변수

message
String

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

innerException
Exception

현재 예외의 원인인 예외입니다. 매개 변수가 innerException null 참조가 아니면 내부 예외를 처리하는 catch 블록에서 현재 예외가 발생합니다.

설명

이전 예외의 직접적인 결과로 throw되는 예외에는 속성의 이전 예외에 대한 참조가 InnerException 포함되어야 합니다. 속성은 InnerException 생성자에 전달되는 것과 동일한 값을 반환하거나, 속성이 생성자에 내부 예외 값을 제공하지 않는 경우 InnerException null 참조를 반환합니다.

다음 표에서는 클래스 인스턴스의 초기 속성 값을 보여 줍니다 AddInSegmentDirectoryNotFoundException .

재산 가치
InnerException 내부 예외 참조입니다.
Message 지역화된 오류 메시지 문자열입니다.

적용 대상