ServiceOperationResult(Int32, String, Object) Constructor
Initializes a new instance of ServiceOperationResult from Win32 HRESULT status code
and custome status message.
Namespace: SysadminsLV.PKI.UtilsAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public ServiceOperationResult(
int hresult,
string message,
Object obj
)
Public Sub New (
hresult As Integer,
message As String,
obj As Object
)
public:
ServiceOperationResult(
int hresult,
String^ message,
Object^ obj
)
new :
hresult : int *
message : string *
obj : Object -> ServiceOperationResult
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.