Used for exception with AS persistence

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)

Syntax

C#
public class ASRouterException : ASException
Visual Basic
Public Class ASRouterException
	Inherits ASException
Visual C++
public ref class ASRouterException : public ASException
F#
type ASRouterException =  
    class
        inherit ASException
    end

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Com.Tibco.As.Space..::..ASException
      Com.Tibco.As.Space..::..ASRouterException

See Also