C# Class Microsoft.Zing.ZingDivideByZeroException

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

Méthodes publiques

Méthode Description
ZingDivideByZeroException ( ) : System
ZingDivideByZeroException ( string message ) : System
ZingDivideByZeroException ( string message, Exception innerException ) : System

Méthodes protégées

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

Method Details

ZingDivideByZeroException() public méthode

public ZingDivideByZeroException ( ) : System
Résultat System

ZingDivideByZeroException() protected méthode

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

ZingDivideByZeroException() public méthode

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

ZingDivideByZeroException() public méthode

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