C# Class Microsoft.Zing.ZingerDFSStackOverFlow

Inheritance: ZingException
Mostra file Open project: ZingModelChecker/Zing

Public Methods

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

Protected Methods

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

Method Details

ZingerDFSStackOverFlow() public method

public ZingerDFSStackOverFlow ( ) : System
return System

ZingerDFSStackOverFlow() protected method

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

ZingerDFSStackOverFlow() public method

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

ZingerDFSStackOverFlow() public method

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