다음을 통해 공유


SettingsPropertyWrongTypeException 생성자

정의

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

오버로드

SettingsPropertyWrongTypeException()

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

SettingsPropertyWrongTypeException(String)

제공된 매개 변수를 기반으로 SettingsPropertyWrongTypeException 클래스의 새 인스턴스를 초기화합니다.

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

제공된 매개 변수를 기반으로 SettingsPropertyWrongTypeException 클래스의 새 인스턴스를 초기화합니다.

SettingsPropertyWrongTypeException(String, Exception)

제공된 매개 변수를 기반으로 SettingsPropertyWrongTypeException 클래스의 새 인스턴스를 초기화합니다.

SettingsPropertyWrongTypeException()

Source:
SettingsPropertyWrongTypeException.cs
Source:
SettingsPropertyWrongTypeException.cs
Source:
SettingsPropertyWrongTypeException.cs

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

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

적용 대상

SettingsPropertyWrongTypeException(String)

Source:
SettingsPropertyWrongTypeException.cs
Source:
SettingsPropertyWrongTypeException.cs
Source:
SettingsPropertyWrongTypeException.cs

제공된 매개 변수를 기반으로 SettingsPropertyWrongTypeException 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

message
String

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

적용 대상

SettingsPropertyWrongTypeException(SerializationInfo, StreamingContext)

Source:
SettingsPropertyWrongTypeException.cs
Source:
SettingsPropertyWrongTypeException.cs
Source:
SettingsPropertyWrongTypeException.cs

주의

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

제공된 매개 변수를 기반으로 SettingsPropertyWrongTypeException 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

info
SerializationInfo

throw되는 예외에 대해 serialize된 개체 데이터를 보유하는 SerializationInfo 개체입니다.

context
StreamingContext

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

특성

적용 대상

SettingsPropertyWrongTypeException(String, Exception)

Source:
SettingsPropertyWrongTypeException.cs
Source:
SettingsPropertyWrongTypeException.cs
Source:
SettingsPropertyWrongTypeException.cs

제공된 매개 변수를 기반으로 SettingsPropertyWrongTypeException 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

message
String

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

innerException
Exception

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

적용 대상