Method | Description | |
---|---|---|
SwitchCaseDefaultException ( ) : System.Diagnostics.CodeAnalysis |
Initializes a new instance of the SwitchCaseDefaultException class.
|
|
SwitchCaseDefaultException ( string message ) : System.Diagnostics.CodeAnalysis |
Initializes a new instance of the SwitchCaseDefaultException class.
|
|
SwitchCaseDefaultException ( string message, |
Initializes a new instance of the SwitchCaseDefaultException class.
|
Method | Description | |
---|---|---|
SwitchCaseDefaultException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics.CodeAnalysis |
Method | Description | |
---|---|---|
SwitchCaseDefaultException ( |
||
SwitchCaseDefaultException ( |
public SwitchCaseDefaultException ( ) : System.Diagnostics.CodeAnalysis | ||
return | System.Diagnostics.CodeAnalysis |
protected SwitchCaseDefaultException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics.CodeAnalysis | ||
serializationInfo | SerializationInfo | |
streamingContext | StreamingContext | |
return | System.Diagnostics.CodeAnalysis |
public SwitchCaseDefaultException ( string message ) : System.Diagnostics.CodeAnalysis | ||
message | string | The message that describes the error. |
return | System.Diagnostics.CodeAnalysis |
public SwitchCaseDefaultException ( string message, |
||
message | string | The error message that explains the reason for the exception. |
innerException | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. | |
return | System.Diagnostics.CodeAnalysis |