Public Class XdsError Inherits System.Exception
Dim instance As XdsError
public class XdsError : System.Exception
public ref class XdsError : public System.Exception
Public Class XdsError Inherits System.Exception
Dim instance As XdsError
public class XdsError : System.Exception
public ref class XdsError : public System.Exception
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
System.Object
System.Exception
XdsObjects.XdsError
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