BufferDisconnectedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when an attempt to access a PipelineBuffer object fails.
public ref class BufferDisconnectedException : ApplicationException
[System.Serializable]
public class BufferDisconnectedException : ApplicationException
[<System.Serializable>]
type BufferDisconnectedException = class
inherit ApplicationException
Public Class BufferDisconnectedException
Inherits ApplicationException
- Inheritance
-
BufferDisconnectedException
- Attributes
Remarks
This exception is thrown when the PipelineBuffer object is accessed after it is no longer available.
Constructors
BufferDisconnectedException() |
Initializes a new instance of the BufferDisconnectedException class. |