OperationResponse(Int64, OperationResponseLevel, String, Exception) Constructor
Public Sub New( _
ByVal event_id As Long, _
ByVal level As OperationResponseLevel, _
ByVal message As String, _
ByVal exception As Exception _
)
This language is not supported or no code example is available.
public OperationResponse(
long event_id,
OperationResponseLevel level,
string message,
Exception exception
)
This language is not supported or no code example is available.
public:
OperationResponse(
long event_id,
OperationResponseLevel level,
String^ message,
Exception^ exception
)
This language is not supported or no code example is available.
Parameters
- event_id
- long
<default>
- level
- OperationResponseLevel
the level of the response
- message
- string
the message to go along with the response
- exception
- Exception
the exception that caused the error response. Note that the exception is not serialised, and is intended to be used internally for logging purposes.