ProviderException 생성자

정의

클래스의 새 인스턴스를 ProviderException 만듭니다.

오버로드

Name Description
ProviderException()

클래스의 새 인스턴스를 ProviderException 만듭니다.

ProviderException(String)

클래스의 새 인스턴스를 ProviderException 만듭니다.

ProviderException(SerializationInfo, StreamingContext)

클래스의 새 인스턴스를 ProviderException 만듭니다.

ProviderException(String, Exception)

클래스의 새 인스턴스를 ProviderException 만듭니다.

ProviderException()

클래스의 새 인스턴스를 ProviderException 만듭니다.

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

적용 대상

ProviderException(String)

클래스의 새 인스턴스를 ProviderException 만듭니다.

public:
 ProviderException(System::String ^ message);
public ProviderException(string message);
new System.Configuration.Provider.ProviderException : string -> System.Configuration.Provider.ProviderException
Public Sub New (message As String)

매개 변수

message
String

ProviderException 메시지가 throw된 이유를 설명하는 메시지입니다.

적용 대상

ProviderException(SerializationInfo, StreamingContext)

클래스의 새 인스턴스를 ProviderException 만듭니다.

protected:
 ProviderException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ProviderException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Configuration.Provider.ProviderException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.Provider.ProviderException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

info
SerializationInfo

역직렬화할 정보를 보유하는 개체입니다.

context
StreamingContext

원본 또는 대상에 대한 컨텍스트 정보입니다.

적용 대상

ProviderException(String, Exception)

클래스의 새 인스턴스를 ProviderException 만듭니다.

public:
 ProviderException(System::String ^ message, Exception ^ innerException);
public ProviderException(string message, Exception innerException);
new System.Configuration.Provider.ProviderException : string * Exception -> System.Configuration.Provider.ProviderException
Public Sub New (message As String, innerException As Exception)

매개 변수

message
String

ProviderException 메시지가 throw된 이유를 설명하는 메시지입니다.

innerException
Exception

ProviderException 예외가 throw되었습니다.

적용 대상