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.
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public class BufferTooSmallException : Exception
Constructors
| Improve this Doc View SourceBufferTooSmallException()
Declaration
public BufferTooSmallException()
BufferTooSmallException(String)
Declaration
public BufferTooSmallException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |
BufferTooSmallException(String, Exception)
Declaration
public BufferTooSmallException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
String | message | |
Exception | inner |