C# Class Microsoft.Zing.ZingInvalidChooseException

Inheritance: ZingException
Datei anzeigen Open project: ZingModelChecker/Zing

Public Methods

Method Description
ZingInvalidChooseException ( ) : System
ZingInvalidChooseException ( string message ) : System
ZingInvalidChooseException ( string message, Exception innerException ) : System

Protected Methods

Method Description
ZingInvalidChooseException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Method Details

ZingInvalidChooseException() public method

public ZingInvalidChooseException ( ) : System
return System

ZingInvalidChooseException() protected method

protected ZingInvalidChooseException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
return System

ZingInvalidChooseException() public method

public ZingInvalidChooseException ( string message ) : System
message string
return System

ZingInvalidChooseException() public method

public ZingInvalidChooseException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System