C# Class System.FormatException

Inheritance: SystemException
Afficher le fichier Open project: hprose/hprose-dotnet Class Usage Examples

Méthodes publiques

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

Method Details

FormatException() public méthode

public FormatException ( ) : System
Résultat System

FormatException() public méthode

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

FormatException() public méthode

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