Used for exception with AS remote invocation

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

Syntax

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

Inheritance Hierarchy

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

See Also