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