Class InvalidInteropNativeHandleException
Exception thrown when an API function expects an interop handle to a valid native object,
but receives an invalid handle instead.
Inheritance
InvalidInteropNativeHandleException
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public class InvalidInteropNativeHandleException : Exception
Constructors
|
Improve this Doc
View Source
InvalidInteropNativeHandleException()
Declaration
public InvalidInteropNativeHandleException()
|
Improve this Doc
View Source
InvalidInteropNativeHandleException(String)
Declaration
public InvalidInteropNativeHandleException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
|
Improve this Doc
View Source
InvalidInteropNativeHandleException(String, Exception)
Declaration
public InvalidInteropNativeHandleException(string message, Exception inner)
Parameters
Type |
Name |
Description |
String |
message |
|
Exception |
inner |
|