C# Class System.NotFiniteNumberException

Inheritance: ArithmeticException
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
NotFiniteNumberException ( ) : System
NotFiniteNumberException ( String message ) : System
NotFiniteNumberException ( String message, Exception innerException ) : System
NotFiniteNumberException ( String message, double offendingNumber ) : System
NotFiniteNumberException ( String message, double offendingNumber, Exception innerException ) : System
NotFiniteNumberException ( double offendingNumber ) : System

Méthodes protégées

Méthode Description
NotFiniteNumberException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

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

Method Details

NotFiniteNumberException() public méthode

public NotFiniteNumberException ( ) : System
Résultat System

NotFiniteNumberException() protected méthode

protected NotFiniteNumberException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

NotFiniteNumberException() public méthode

public NotFiniteNumberException ( String message ) : System
message String
Résultat System

NotFiniteNumberException() public méthode

public NotFiniteNumberException ( String message, Exception innerException ) : System
message String
innerException Exception
Résultat System

NotFiniteNumberException() public méthode

public NotFiniteNumberException ( String message, double offendingNumber ) : System
message String
offendingNumber double
Résultat System

NotFiniteNumberException() public méthode

public NotFiniteNumberException ( String message, double offendingNumber, Exception innerException ) : System
message String
offendingNumber double
innerException Exception
Résultat System

NotFiniteNumberException() public méthode

public NotFiniteNumberException ( double offendingNumber ) : System
offendingNumber double
Résultat System