Class BoltApiException
Namespace: Ludiq.Bolt
Syntax
public sealed class BoltApiException : Exception, ISerializable, _Exception
Constructors
BoltApiException()
Declaration
public BoltApiException()
BoltApiException(String)
Declaration
public BoltApiException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message |
BoltApiException(String, Exception)
Declaration
public BoltApiException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | |
| Exception | innerException |