Class ApiException
public class ApiException : Exception, ISerializable
- Inheritance
-
ApiException
- Implements
- Inherited Members
Constructors
ApiException()
public ApiException()
ApiException(int, string)
public ApiException(int errorCode, string message)
Parameters
ApiException(int, string, dynamic)
public ApiException(int errorCode, string message, dynamic errorContent = null)
Parameters
Properties
ErrorCode
public int ErrorCode { get; set; }
Property Value
ErrorContent
public dynamic ErrorContent { get; }
Property Value
- dynamic