SmartContractException Constructor

Initializes a new instance of the SmartContractException class.

Namespace:  SecretNET.Api
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public SmartContractException(
	string message,
	JObject result,
	string rawResult,
	Exception innerException
)

Parameters

message
Type: String
The message.
result
Type: JObject
The result.
rawResult
Type: String
The raw result.
innerException
Type: Exception
The inner exception.