메소드 | 설명 | |
---|---|---|
WarningException ( ) : Microsoft.Win32 |
Initializes a new instance of the
|
|
WarningException ( string message ) : Microsoft.Win32 |
Initializes a new instance of the
|
|
WarningException ( string message, |
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
|
|
WarningException ( string message, string helpUrl, string helpTopic ) : Microsoft.Win32 |
Initializes a new instance of the
|
메소드 | 설명 | |
---|---|---|
WarningException ( SerializationInfo info, StreamingContext context ) : Microsoft.Win32 |
Need this constructor since Exception implements ISerializable.
|
메소드 | 설명 | |
---|---|---|
GetObjectData ( SerializationInfo info, StreamingContext context ) : void |
protected WarningException ( SerializationInfo info, StreamingContext context ) : Microsoft.Win32 | ||
info | SerializationInfo | |
context | StreamingContext | |
리턴 | Microsoft.Win32 |
public WarningException ( string message ) : Microsoft.Win32 | ||
message | string | |
리턴 | Microsoft.Win32 |
public WarningException ( string message, |
||
message | string | |
innerException | ||
리턴 | Microsoft.Win32 |
public WarningException ( string message, string helpUrl ) : Microsoft.Win32 | ||
message | string | |
helpUrl | string | |
리턴 | Microsoft.Win32 |
public WarningException ( string message, string helpUrl, string helpTopic ) : Microsoft.Win32 | ||
message | string | |
helpUrl | string | |
helpTopic | string | |
리턴 | Microsoft.Win32 |