Click or drag to resize

ServiceOperationResult Constructor (Int32, String, Object)

Initializes a new instance of ServiceOperationResult from Win32 HRESULT status code and custome status message.

Namespace:  SysadminsLV.PKI.Utils
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public ServiceOperationResult(
	int hresult,
	string message,
	Object obj
)

Parameters

hresult
Type: SystemInt32
32-bit Win32 HRESULT status code.
message
Type: SystemString
Custom status message for specified status code.
obj
Type: SystemObject
Custom object associated with the current operation status.
See Also