Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
SwitchCaseDefaultException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics.CodeAnalysis |
Метод | Описание | |
---|---|---|
SwitchCaseDefaultException ( |
||
SwitchCaseDefaultException ( |
public SwitchCaseDefaultException ( ) : System.Diagnostics.CodeAnalysis | ||
Результат | System.Diagnostics.CodeAnalysis |
protected SwitchCaseDefaultException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics.CodeAnalysis | ||
serializationInfo | SerializationInfo | |
streamingContext | StreamingContext | |
Результат | System.Diagnostics.CodeAnalysis |
public SwitchCaseDefaultException ( string message ) : System.Diagnostics.CodeAnalysis | ||
message | string | The message that describes the error. |
Результат | 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. | |
Результат | System.Diagnostics.CodeAnalysis |