[This is preliminary documentation and is subject to change.]

Exception thrown when an instance based operation fails.

Syntax

C#
public sealed class InstanceException : Exception
Visual Basic (Declaration)
Public NotInheritable Class InstanceException _
	Inherits Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    AW..::.InstanceException

See Also