WarningException 생성자

정의

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

오버로드

Name Description
WarningException()

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

WarningException(String)

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

WarningException(SerializationInfo, StreamingContext)

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

WarningException(String, Exception)

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

WarningException(String, String)

지정된 메시지와 지정된 도움말 파일에 대한 액세스 권한으로 클래스의 WarningException 새 인스턴스를 초기화합니다.

WarningException(String, String, String)

지정된 메시지와 지정된 도움말 파일 및 토픽에 WarningException 대한 액세스 권한으로 클래스의 새 인스턴스를 초기화합니다.

WarningException()

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

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

적용 대상

WarningException(String)

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

public:
 WarningException(System::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)

지정된 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);
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

SerializationInfo 역직렬화에 사용할 개체입니다.

context
StreamingContext

역직렬화에 사용할 대상입니다.

적용 대상

WarningException(String, Exception)

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

public:
 WarningException(System::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)

지정된 메시지와 지정된 도움말 파일에 대한 액세스 권한으로 클래스의 WarningException 새 인스턴스를 초기화합니다.

public:
 WarningException(System::String ^ message, System::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)

지정된 메시지와 지정된 도움말 파일 및 토픽에 WarningException 대한 액세스 권한으로 클래스의 새 인스턴스를 초기화합니다.

public:
 WarningException(System::String ^ message, System::String ^ helpUrl, System::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

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

적용 대상