PlatformApiException Constructor
PlatformApiException()
C#
public PlatformApiException()
PlatformApiException(string)
C#
public PlatformApiException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
PlatformApiException(string, Exception)
C#
public PlatformApiException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |
PlatformApiException(SerializationInfo, StreamingContext)
C#
protected PlatformApiException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
PlatformApiException(string, int, string)
C#
public PlatformApiException(string source, int errorCode, string message)
Parameters
Type | Name | Description |
---|---|---|
string | source | |
int | errorCode | |
string | message |