C# Class Microsoft.Zing.ZingUnhandledExceptionException

Inheritance: ZingException
Exibir arquivo Open project: ZingModelChecker/Zing

Public Methods

Method Description
ZingUnhandledExceptionException ( ) : System
ZingUnhandledExceptionException ( int exception ) : System
ZingUnhandledExceptionException ( string message ) : System
ZingUnhandledExceptionException ( string message, Exception innerException ) : System

Protected Methods

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

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ZingUnhandledExceptionException() public method

public ZingUnhandledExceptionException ( ) : System
return System

ZingUnhandledExceptionException() protected method

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

ZingUnhandledExceptionException() public method

public ZingUnhandledExceptionException ( int exception ) : System
exception int
return System

ZingUnhandledExceptionException() public method

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

ZingUnhandledExceptionException() public method

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