ApiException
class EosSharp::Core::Exceptions::ApiException
: public ExceptionSummary
Members
Descriptions
Members
Parameters
Returns
Last updated
class EosSharp::Core::Exceptions::ApiException
: public ExceptionGeneric Api exception.
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
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
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.
The status code and the content of the response.
Last updated