WarningException 생성자

정의

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

오버로드

WarningException()

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

WarningException(String)

도움말 파일 없이 지정된 메시지를 사용하여 WarningException 클래스의 새 인스턴스를 초기화합니다.

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

지정된 serialization 데이터와 컨텍스트를 사용하여 WarningException 클래스의 새 인스턴스를 초기화합니다.

WarningException(String, Exception)

지정된 예외 및 자세한 설명을 사용하여 WarningException 클래스의 새 인스턴스를 초기화합니다.

WarningException(String, String)

지정된 메시지를 사용하고 지정된 도움말 파일에 액세스하여 WarningException 클래스의 새 인스턴스를 초기화합니다.

WarningException(String, String, String)

지정된 메시지를 사용하고 지정된 도움말 파일 및 항목에 액세스하여 WarningException 클래스의 새 인스턴스를 초기화합니다.

WarningException()

Source:
WarningException.cs
Source:
WarningException.cs
Source:
WarningException.cs

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

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

적용 대상

WarningException(String)

Source:
WarningException.cs
Source:
WarningException.cs
Source:
WarningException.cs

도움말 파일 없이 지정된 메시지를 사용하여 WarningException 클래스의 새 인스턴스를 초기화합니다.

public:
 WarningException(System::String ^ message);
public WarningException (string message);
public WarningException (string? message);
new System.ComponentModel.WarningException : string -> System.ComponentModel.WarningException
Public Sub New (message As String)

매개 변수

message
String

최종 사용자에게 표시할 메시지입니다.

적용 대상

WarningException(SerializationInfo, StreamingContext)

Source:
WarningException.cs
Source:
WarningException.cs
Source:
WarningException.cs

주의

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

지정된 serialization 데이터와 컨텍스트를 사용하여 WarningException 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

info
SerializationInfo

deserialization에 사용할 SerializationInfo입니다.

context
StreamingContext

deserialization에 사용할 대상입니다.

특성

적용 대상

WarningException(String, Exception)

Source:
WarningException.cs
Source:
WarningException.cs
Source:
WarningException.cs

지정된 예외 및 자세한 설명을 사용하여 WarningException 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

message
String

오류에 대한 자세한 설명입니다.

innerException
Exception

이 예외의 원인인 내부 예외에 대한 참조입니다.

적용 대상

WarningException(String, String)

Source:
WarningException.cs
Source:
WarningException.cs
Source:
WarningException.cs

지정된 메시지를 사용하고 지정된 도움말 파일에 액세스하여 WarningException 클래스의 새 인스턴스를 초기화합니다.

public:
 WarningException(System::String ^ message, System::String ^ helpUrl);
public WarningException (string message, string helpUrl);
public WarningException (string? message, string? helpUrl);
new System.ComponentModel.WarningException : string * string -> System.ComponentModel.WarningException
Public Sub New (message As String, helpUrl As String)

매개 변수

message
String

최종 사용자에게 표시할 메시지입니다.

helpUrl
String

사용자가 도움말을 요청하는 경우 표시할 도움말 파일입니다.

적용 대상

WarningException(String, String, String)

Source:
WarningException.cs
Source:
WarningException.cs
Source:
WarningException.cs

지정된 메시지를 사용하고 지정된 도움말 파일 및 항목에 액세스하여 WarningException 클래스의 새 인스턴스를 초기화합니다.

public:
 WarningException(System::String ^ message, System::String ^ helpUrl, System::String ^ helpTopic);
public WarningException (string message, string helpUrl, string helpTopic);
public WarningException (string? message, string? helpUrl, string? helpTopic);
new System.ComponentModel.WarningException : string * string * string -> System.ComponentModel.WarningException
Public Sub New (message As String, helpUrl As String, helpTopic As String)

매개 변수

message
String

최종 사용자에게 표시할 메시지입니다.

helpUrl
String

사용자가 도움말을 요청하는 경우 표시할 도움말 파일입니다.

helpTopic
String

사용자가 도움말을 요청하는 경우 표시할 도움말 항목입니다.

적용 대상