Class ApiException
public class ApiException : Exception, ISerializable
- Inheritance
-
ApiException
- Implements
- Inherited Members
- Extension Methods
Constructors
ApiException()
public ApiException()
ApiException(SerializationInfo, StreamingContext)
protected ApiException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
ApiException(string)
public ApiException(string message)
Parameters
messagestring
ApiException(string, Exception)
public ApiException(string message, Exception innerException)