C# Class ExoWeb.ServiceError

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

Public Methods

Method Description
IJsonSerializable ( JsonWriter writer ) : void

Private Methods

Method Description
IJsonSerializable ( JsonReader reader ) : object

Method Details

IJsonSerializable() public method

public IJsonSerializable ( JsonWriter writer ) : void
writer JsonWriter
return void