XdsObjects Help file
XdsObjects Namespace / XdsError Class
Members



XdsError Class
Represents an error information as defined in the ebXML model
Syntax
Public Class XdsError 
   Inherits System.Exception
Dim instance As XdsError
public class XdsError : System.Exception 
public ref class XdsError : public System.Exception 
Remarks

This type is derived from System.Exception, allowing it to be created and "thrown" in server applications, where the XdsObjects code will automatically catch it, and return the reponse to the client application.

The same object is also used to pass received errors back to a calling application, which may choose to throw the error as part of its exception handling, or may handle it as a simple object

Inheritance Hierarchy

System.Object
   System.Exception
      XdsObjects.XdsError

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