EventLogProviderDisabledException 생성자

정의

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

오버로드

Name Description
EventLogProviderDisabledException()

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

EventLogProviderDisabledException(String)

현재 예외를 설명하는 오류 메시지를 지정하여 클래스의 EventLogProviderDisabledException 새 인스턴스를 초기화합니다.

EventLogProviderDisabledException(SerializationInfo, StreamingContext)

직렬화된 데이터를 사용하여 클래스의 새 인스턴스를 EventLogProviderDisabledException 초기화합니다.

EventLogProviderDisabledException(String, Exception)

오류 메시지 및 내부 예외를 EventLogProviderDisabledException 사용하여 클래스의 새 인스턴스를 초기화합니다.

EventLogProviderDisabledException()

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

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

추가 정보

적용 대상

EventLogProviderDisabledException(String)

현재 예외를 설명하는 오류 메시지를 지정하여 클래스의 EventLogProviderDisabledException 새 인스턴스를 초기화합니다.

public:
 EventLogProviderDisabledException(System::String ^ message);
public EventLogProviderDisabledException(string message);
new System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException : string -> System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException
Public Sub New (message As String)

매개 변수

message
String

현재 예외를 설명하는 오류 메시지입니다.

추가 정보

적용 대상

EventLogProviderDisabledException(SerializationInfo, StreamingContext)

직렬화된 데이터를 사용하여 클래스의 새 인스턴스를 EventLogProviderDisabledException 초기화합니다.

protected:
 EventLogProviderDisabledException(System::Runtime::Serialization::SerializationInfo ^ serializationInfo, System::Runtime::Serialization::StreamingContext streamingContext);
protected EventLogProviderDisabledException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
new System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException
Protected Sub New (serializationInfo As SerializationInfo, streamingContext As StreamingContext)

매개 변수

serializationInfo
SerializationInfo

SerializationInfo throw된 예외에 대한 직렬화된 개체 데이터를 보유하는 개체입니다.

streamingContext
StreamingContext

StreamingContext 원본 또는 대상에 대한 컨텍스트 정보를 포함하는 개체입니다.

추가 정보

적용 대상

EventLogProviderDisabledException(String, Exception)

오류 메시지 및 내부 예외를 EventLogProviderDisabledException 사용하여 클래스의 새 인스턴스를 초기화합니다.

public:
 EventLogProviderDisabledException(System::String ^ message, Exception ^ innerException);
public EventLogProviderDisabledException(string message, Exception innerException);
new System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException : string * Exception -> System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException
Public Sub New (message As String, innerException As Exception)

매개 변수

message
String

현재 예외를 설명하는 오류 메시지입니다.

innerException
Exception

현재 예외를 발생시킨 예외 인스턴스입니다.

추가 정보

적용 대상