Initializes a new instance of the ServiceResult class.
Namespace: Microsoft.HawaiiAssembly: Microsoft.Hawaii.ClientBase (in Microsoft.Hawaii.ClientBase.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
Parameters
- stateObject
- Type:
System Object
Specifies a user-defined object.
- status
- Type: Microsoft.Hawaii Status
Specifies the status of the service call.
- exception
- Type:
System Exception
An exception instance used if an error occured during the service call.
See Also