C# 클래스 System.ComponentModel.WarningException

상속: System.SystemException
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
WarningException ( ) : Microsoft.Win32

Initializes a new instance of the class with the last Win32 error that occured.

WarningException ( string message ) : Microsoft.Win32

Initializes a new instance of the class with the specified message and no Help file.

WarningException ( string message, Exception innerException ) : Microsoft.Win32

Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception. FxCop CA1032: Multiple constructors are required to correctly implement a custom exception.

WarningException ( string message, string helpUrl ) : Microsoft.Win32

Initializes a new instance of the class with the specified message, and with access to the specified Help file.

WarningException ( string message, string helpUrl, string helpTopic ) : Microsoft.Win32

Initializes a new instance of the class with the specified message, and with access to the specified Help file and topic.

보호된 메소드들

메소드 설명
WarningException ( SerializationInfo info, StreamingContext context ) : Microsoft.Win32

Need this constructor since Exception implements ISerializable.

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

WarningException() 공개 메소드

Initializes a new instance of the class with the last Win32 error that occured.

public WarningException ( ) : Microsoft.Win32
리턴 Microsoft.Win32

WarningException() 보호된 메소드

Need this constructor since Exception implements ISerializable.
protected WarningException ( SerializationInfo info, StreamingContext context ) : Microsoft.Win32
info SerializationInfo
context StreamingContext
리턴 Microsoft.Win32

WarningException() 공개 메소드

Initializes a new instance of the class with the specified message and no Help file.

public WarningException ( string message ) : Microsoft.Win32
message string
리턴 Microsoft.Win32

WarningException() 공개 메소드

Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception. FxCop CA1032: Multiple constructors are required to correctly implement a custom exception.
public WarningException ( string message, Exception innerException ) : Microsoft.Win32
message string
innerException System.Exception
리턴 Microsoft.Win32

WarningException() 공개 메소드

Initializes a new instance of the class with the specified message, and with access to the specified Help file.

public WarningException ( string message, string helpUrl ) : Microsoft.Win32
message string
helpUrl string
리턴 Microsoft.Win32

WarningException() 공개 메소드

Initializes a new instance of the class with the specified message, and with access to the specified Help file and topic.

public WarningException ( string message, string helpUrl, string helpTopic ) : Microsoft.Win32
message string
helpUrl string
helpTopic string
리턴 Microsoft.Win32