MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Class InvalidInteropNativeHandleException

    Exception thrown when an API function expects an interop handle to a valid native object, but receives an invalid handle instead.

    Inheritance
    Object
    InvalidInteropNativeHandleException
    Namespace: Microsoft.MixedReality.WebRTC
    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX