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 ASPersistenceException : ASException
Visual Basic
Public Class ASPersistenceException
	Inherits ASException
Visual C++
public ref class ASPersistenceException : public ASException
F#
type ASPersistenceException =  
    class
        inherit ASException
    end

Inheritance Hierarchy

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

See Also