ServiceOperationResult(Int32, String, Object) Constructor

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

Definition

Namespace: SysadminsLV.PKI.Utils
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public ServiceOperationResult(
	int hresult,
	string message,
	Object obj
)

Parameters

hresult  Int32
32-bit Win32 HRESULT status code.
message  String
Custom status message for specified status code.
obj  Object
Custom object associated with the current operation status.

See Also