PowerWEB LiveControls for ASP.NET
CallbackException Class
Members  See Also  Send comments on this topic.
Dart.LiveControls Namespace : CallbackException Class



Exception thrown in callback.

Syntax

Visual Basic (Declaration) 
Public Class CallbackException 
   Inherits System.Exception
Visual Basic (Usage)Copy Code
Dim instance As CallbackException
C# 
public class CallbackException : System.Exception 
C++/CLI 
public ref class CallbackException : public System.Exception 

Remarks

Examine the InnerException property to evaluate the original exception.

Inheritance Hierarchy

System.Object
   System.Exception
      Dart.LiveControls.CallbackException

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.