Table of Contents

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 string

Exception error message

UnexpectedNullHandleException(string, Exception)

Initializes a new instance of the UnexpectedNullHandleException class.

public UnexpectedNullHandleException(string message, Exception innerException)

Parameters

message string

Exception error message

innerException Exception

Inner Exception

UnexpectedNullHandleException()

Initializes a new instance of the UnexpectedNullHandleException class.

public UnexpectedNullHandleException()