C# Class System.SwitchCaseDefaultException

Inheritance: Exception
Show file Open project: atc-net/atc

Public Methods

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, Exception innerException ) : System.Diagnostics.CodeAnalysis

Initializes a new instance of the SwitchCaseDefaultException class.

Protected Methods

Method Description
SwitchCaseDefaultException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics.CodeAnalysis

Private Methods

Method Description
SwitchCaseDefaultException ( Enum value ) : System.Diagnostics.CodeAnalysis
SwitchCaseDefaultException ( Enum value, string message ) : System.Diagnostics.CodeAnalysis

Method Details

SwitchCaseDefaultException() public method

Initializes a new instance of the SwitchCaseDefaultException class.
public SwitchCaseDefaultException ( ) : System.Diagnostics.CodeAnalysis
return System.Diagnostics.CodeAnalysis

SwitchCaseDefaultException() protected method

protected SwitchCaseDefaultException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics.CodeAnalysis
serializationInfo SerializationInfo
streamingContext StreamingContext
return System.Diagnostics.CodeAnalysis

SwitchCaseDefaultException() public method

Initializes a new instance of the SwitchCaseDefaultException class.
public SwitchCaseDefaultException ( string message ) : System.Diagnostics.CodeAnalysis
message string The message that describes the error.
return System.Diagnostics.CodeAnalysis

SwitchCaseDefaultException() public method

Initializes a new instance of the SwitchCaseDefaultException class.
public SwitchCaseDefaultException ( string message, Exception innerException ) : System.Diagnostics.CodeAnalysis
message string The error message that explains the reason for the exception.
innerException Exception 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