Constructor UnexpectedNullHandleException
- Namespace
- Ubiquity.NET.InteropHelpers
- Assembly
- Ubiquity.NET.InteropHelpers.dll
UnexpectedNullHandleException(string)
Initializes a new instance of the UnexpectedNullHandleException class.
public UnexpectedNullHandleException(string message)
Parameters
message
stringException error message
UnexpectedNullHandleException(string, Exception)
Initializes a new instance of the UnexpectedNullHandleException class.
public UnexpectedNullHandleException(string message, Exception innerException)
Parameters
UnexpectedNullHandleException()
Initializes a new instance of the UnexpectedNullHandleException class.
public UnexpectedNullHandleException()