ServiceOperationResult(Int32, String) 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
)
Public Sub New (
hresult As Integer,
message As String
)
public:
ServiceOperationResult(
int hresult,
String^ message
)
new :
hresult : int *
message : string -> ServiceOperationResult
Parameters
- hresult Int32
- 32-bit Win32 HRESULT status code.
- message String
- Custom status message for specified status code.