MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Class BufferTooSmallException

    Exception raised when a buffer is too small to perform the current operation.

    Generally the buffer was provided by the caller, and this indicates that the caller must provide a larger buffer.

    Inheritance
    Object
    BufferTooSmallException
    Namespace: Microsoft.MixedReality.WebRTC
    Assembly: Microsoft.MixedReality.WebRTC.dll
    Syntax
    public class BufferTooSmallException : Exception

    Constructors

    | Improve this Doc View Source

    BufferTooSmallException()

    Declaration
    public BufferTooSmallException()
    | Improve this Doc View Source

    BufferTooSmallException(String)

    Declaration
    public BufferTooSmallException(string message)
    Parameters
    Type Name Description
    String message
    | Improve this Doc View Source

    BufferTooSmallException(String, Exception)

    Declaration
    public BufferTooSmallException(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