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