SoapException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the exception thrown by the SOAP subsystem when an error occurs during SOAP envelope parsing.
public class SoapException : Exception
type SoapException = class
inherit Exception
Public Class SoapException
Inherits Exception
- Inheritance
-
SoapException
Constructors
SoapException() |
Initializes a new instance of the SoapException class. |
SoapException(String, Object, String, XmlNode, Exception) |
Initializes a new instance of the SoapException class. |
Properties
AbsoluteUri |
Gets the absolute Uri of the request tha cause the exception. |
DetailElementName |
Gets the detail element that can be used as a template in code throwing exception for the DetailNode structure. |
DetailNode |
Gets the XML node with details of the exception. |
ServerFaultCode |
Gets the internal server error code. |
Methods
BuildResponse() |
Builds the response string that will be included in the SOAP response to the client. |