C# Class JsonException, tf_client

Inheritance: ApplicationException
Afficher le fichier Open project: wids-eria/tf_client Class Usage Examples

Méthodes publiques

Méthode Description
JsonException ( ) : System
JsonException ( string message ) : System
JsonException ( string message, Exception inner_exception ) : System

Private Methods

Méthode Description
JsonException ( ParserToken token ) : System
JsonException ( ParserToken token, Exception inner_exception ) : System
JsonException ( int c ) : System
JsonException ( int c, Exception inner_exception ) : System

Method Details

JsonException() public méthode

public JsonException ( ) : System
Résultat System

JsonException() public méthode

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

JsonException() public méthode

public JsonException ( string message, Exception inner_exception ) : System
message string
inner_exception Exception
Résultat System