JAMS Developer Guide
JAMSException Class
Members 


MVPSI.JAMS Namespace : JAMSException Class
A JAMSException is used to pass exception information between a JAMS client and a JAMS Server.
Object Model
JAMSException Class
Syntax
'Declaration
 
<System.Runtime.Serialization.KnownTypeAttribute(MethodName="", Type=MVPSI.JAMS.ValidationLog)>
<System.SerializableAttribute()>
Public Class JAMSException 
   Inherits System.Exception
'Usage
 
Dim instance As JAMSException
[System.Runtime.Serialization.KnownType(MethodName="", Type=MVPSI.JAMS.ValidationLog)]
[System.Serializable()]
public class JAMSException : System.Exception 
Inheritance Hierarchy

System.Object
   System.Exception
      MVPSI.JAMS.JAMSException

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JAMSException Members
MVPSI.JAMS Namespace