SoapException Constructor (String, XmlQualifiedName, String, XmlNode)

 

Initializes a new instance of the SoapException class with the specified exception message, exception code, URI that identifies the piece of code that caused the exception, and application specific exception information.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

new : 
        message:string *
        code:XmlQualifiedName *
        actor:string *
        detail:XmlNode -> SoapException

Parameters

message
Type: System.String

A message that identifies the reason the exception occurred. This parameter sets the Message property.

code
Type: System.Xml.XmlQualifiedName

An XmlQualifiedName that specifies the type of error that occurred. This parameter sets the Code property.

actor
Type: System.String

A URI that identifies the piece of code that caused the exception. Typically, this is a URL to an XML Web service method. This parameter sets the Actor property.

detail
Type: System.Xml.XmlNode

An XmlNode that contains application specific exception information. This parameter sets the Detail property.

.NET Framework
Available since 1.1
Return to top
Show: