C# Class ExoWeb.ServiceError

Logs an error that has occurred on the client or server.
Inheritance: IJsonSerializable
Afficher le fichier Open project: vc3/ExoWeb Class Usage Examples

Méthodes publiques

Méthode Description
IJsonSerializable ( JsonWriter writer ) : void

Private Methods

Méthode Description
IJsonSerializable ( JsonReader reader ) : object

Method Details

IJsonSerializable() public méthode

public IJsonSerializable ( JsonWriter writer ) : void
writer JsonWriter
Résultat void