HResultHelperIsCustomHResult Method |
[This is preliminary documentation and is subject to change.]
Checks if the specified HRESULT is a custom error value.
Namespace:
NerdyDuck.CodedExceptions
Assembly:
NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntaxpublic static bool IsCustomHResult(
int hresult
)
Public Shared Function IsCustomHResult (
hresult As Integer
) As Boolean
View SourceParameters
- hresult
- Type: SystemInt32
The HResult to check.
Return Value
Type:
Boolean, if
hresult is a custom value; otherwise,
.
See Also