Class ComponentDisposedException
Represents an exception that is thrown when a IRenderedFragmentBase's properties is accessed after the underlying component has been disposed by the renderer.
public sealed class ComponentDisposedException : Exception, ISerializable
- Inheritance
-
ComponentDisposedException
- Implements
- Inherited Members
- Extension Methods
Constructors
ComponentDisposedException(int)
Initializes a new instance of the ComponentDisposedException class.
public ComponentDisposedException(int componentId)
Parameters
componentId
intId of the disposed component.