ApiException
class EosSharp::Core::Exceptions::ApiException
: public ExceptionGeneric Api exception.
Summary
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
SerializationInfoThis is a container for all the data that needs to be serialized.StreamingContextThis 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