C# Class Microsoft.Zing.ZingUnhandledExceptionException

Inheritance: ZingException
Afficher le fichier Open project: ZingModelChecker/Zing

Méthodes publiques

Méthode Description
ZingUnhandledExceptionException ( ) : System
ZingUnhandledExceptionException ( int exception ) : System
ZingUnhandledExceptionException ( string message ) : System
ZingUnhandledExceptionException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
ZingUnhandledExceptionException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ZingUnhandledExceptionException() public méthode

public ZingUnhandledExceptionException ( ) : System
Résultat System

ZingUnhandledExceptionException() protected méthode

protected ZingUnhandledExceptionException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
Résultat System

ZingUnhandledExceptionException() public méthode

public ZingUnhandledExceptionException ( int exception ) : System
exception int
Résultat System

ZingUnhandledExceptionException() public méthode

public ZingUnhandledExceptionException ( string message ) : System
message string
Résultat System

ZingUnhandledExceptionException() public méthode

public ZingUnhandledExceptionException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System