C# Class ThirdParty.Json.LitJson.JsonException

Inheritance: System.Exception
Afficher le fichier Open project: aws/aws-sdk-net

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 System.Exception
Résultat System