C# Class Microsoft.Zing.ZingOverflowException

Inheritance: ZingException
Exibir arquivo Open project: ZingModelChecker/Zing

Public Methods

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

Protected Methods

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

Method Details

ZingOverflowException() public method

public ZingOverflowException ( ) : System
return System

ZingOverflowException() protected method

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

ZingOverflowException() public method

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

ZingOverflowException() public method

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