C# Class Microsoft.Zing.ZingDivideByZeroException

Inheritance: ZingException
Mostra file Open project: ZingModelChecker/Zing

Public Methods

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

Protected Methods

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

Method Details

ZingDivideByZeroException() public method

public ZingDivideByZeroException ( ) : System
return System

ZingDivideByZeroException() protected method

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

ZingDivideByZeroException() public method

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

ZingDivideByZeroException() public method

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