SettingsPropertyNotFoundException 생성자

정의

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

오버로드

SettingsPropertyNotFoundException()

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

SettingsPropertyNotFoundException(String)

제공된 매개 변수에 따라 SettingsPropertyNotFoundException 클래스의 새 인스턴스를 초기화합니다.

SettingsPropertyNotFoundException(SerializationInfo, StreamingContext)
사용되지 않음.

제공된 매개 변수에 따라 SettingsPropertyNotFoundException 클래스의 새 인스턴스를 초기화합니다.

SettingsPropertyNotFoundException(String, Exception)

제공된 매개 변수에 따라 SettingsPropertyNotFoundException 클래스의 새 인스턴스를 초기화합니다.

SettingsPropertyNotFoundException()

Source:
SettingsPropertyNotFoundException.cs
Source:
SettingsPropertyNotFoundException.cs
Source:
SettingsPropertyNotFoundException.cs

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

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

적용 대상

SettingsPropertyNotFoundException(String)

Source:
SettingsPropertyNotFoundException.cs
Source:
SettingsPropertyNotFoundException.cs
Source:
SettingsPropertyNotFoundException.cs

제공된 매개 변수에 따라 SettingsPropertyNotFoundException 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

message
String

예외 메시지를 포함하는 문자열입니다.

적용 대상

SettingsPropertyNotFoundException(SerializationInfo, StreamingContext)

Source:
SettingsPropertyNotFoundException.cs
Source:
SettingsPropertyNotFoundException.cs
Source:
SettingsPropertyNotFoundException.cs

주의

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

제공된 매개 변수에 따라 SettingsPropertyNotFoundException 클래스의 새 인스턴스를 초기화합니다.

protected:
 SettingsPropertyNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected SettingsPropertyNotFoundException (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 SettingsPropertyNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Configuration.SettingsPropertyNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.SettingsPropertyNotFoundException
[<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.Configuration.SettingsPropertyNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Configuration.SettingsPropertyNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

info
SerializationInfo

발생되는 예외에 대해 직렬화된 개체 데이터를 보유하는 SerializationInfo 개체입니다.

context
StreamingContext

serialize된 스트림의 소스 또는 대상에 대한 컨텍스트 정보를 포함하는 StreamingContext 개체입니다.

특성

적용 대상

SettingsPropertyNotFoundException(String, Exception)

Source:
SettingsPropertyNotFoundException.cs
Source:
SettingsPropertyNotFoundException.cs
Source:
SettingsPropertyNotFoundException.cs

제공된 매개 변수에 따라 SettingsPropertyNotFoundException 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

message
String

예외 메시지를 포함하는 문자열입니다.

innerException
Exception

현재 예외의 원인인 예외입니다.

적용 대상