C# Class System.DivideByZeroException

Inheritance: ArithmeticException
Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Méthode Description
DivideByZeroException ( ) : System.Runtime.InteropServices
DivideByZeroException ( string message ) : System.Runtime.InteropServices
DivideByZeroException ( string message, Exception innerException ) : System.Runtime.InteropServices

Méthodes protégées

Méthode Description
DivideByZeroException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

Method Details

DivideByZeroException() public méthode

public DivideByZeroException ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices

DivideByZeroException() protected méthode

protected DivideByZeroException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
Résultat System.Runtime.InteropServices

DivideByZeroException() public méthode

public DivideByZeroException ( string message ) : System.Runtime.InteropServices
message string
Résultat System.Runtime.InteropServices

DivideByZeroException() public méthode

public DivideByZeroException ( string message, Exception innerException ) : System.Runtime.InteropServices
message string
innerException Exception
Résultat System.Runtime.InteropServices