dundas.controls.FatalError Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.Error
      dundas.controls.FatalError
 

Constructors

 
  Name Description
init Initializes the control. Called during construction. Inherited from dundas.controls.Error.
 
 

Methods

 
  Name Description
dispose Disposes this control.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
setFromExceptionObject Sets error in the control from given exceptionObject Inherited from dundas.controls.Error.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.