Class UnexpectedNullHandleException
- Namespace
- Ubiquity.NET.InteropHelpers
- Assembly
- Ubiquity.NET.InteropHelpers.dll
Exception thrown when an underlying Native API handle
is unexpectedly null
public sealed class UnexpectedNullHandleException : InvalidOperationException, ISerializable
- Inheritance
-
UnexpectedNullHandleException
- Implements
- Inherited Members
Remarks
This is generally a non-recoverable error state where the underlying API library is in an inconsistent or otherwise unexpected state.
Constructors
- UnexpectedNullHandleException()
Initializes a new instance of the UnexpectedNullHandleException class.
- UnexpectedNullHandleException(string)
Initializes a new instance of the UnexpectedNullHandleException class.
- UnexpectedNullHandleException(string, Exception)
Initializes a new instance of the UnexpectedNullHandleException class.