ProviderException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
클래스의 새 인스턴스를 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되었습니다.