ApiException

class EosSharp::Core::Exceptions::ApiException
  : public Exception

Generic Api exception.

Summary

MembersDescriptions

public int StatusCode

public string Content

public ApiException()

public ApiException(SerializationInfo info, StreamingContext context)

public override void GetObjectData(SerializationInfo info, StreamingContext context)

The function is called when the object is serialized

Members

public int StatusCode

public string Content

public ApiException()

public ApiException(SerializationInfo info, StreamingContext context)

public override void GetObjectData(SerializationInfo info, StreamingContext context)

The function is called when the object is serialized

Parameters

  • SerializationInfo This is a container for all the data that needs to be serialized.

  • StreamingContext This is a structure that contains information about the source and destination of a given serialized stream, and provides an additional caller-defined context.

Returns

The status code and the content of the response.

Last updated