Details_SoapException()

Details_SoapException::Details_SoapException() constructor

Constructs a new instance.

System::Web::Services::Protocols::Details_SoapException::Details_SoapException()

Details_SoapException::Details_SoapException(String, System::SharedPtr<Xml::XmlQualifiedName>) constructor

Constructs a new instance.

System::Web::Services::Protocols::Details_SoapException::Details_SoapException(String message, System::SharedPtr<Xml::XmlQualifiedName> code)

Arguments

ParameterTypeDescription
messageStringThe exception message.
codeSystem::SharedPtr<Xml::XmlQualifiedName>The exception code.

Details_SoapException::Details_SoapException(String, System::SharedPtr<Xml::XmlQualifiedName>, Exception) constructor

Constructs a new instance.

System::Web::Services::Protocols::Details_SoapException::Details_SoapException(String message, System::SharedPtr<Xml::XmlQualifiedName> code, Exception innerException)

Arguments

ParameterTypeDescription
messageStringThe exception message.
codeSystem::SharedPtr<Xml::XmlQualifiedName>The exception code.
innerExceptionExceptionThe inner exception.

Details_SoapException::Details_SoapException(String, System::SharedPtr<Xml::XmlQualifiedName>, String) constructor

Constructs a new instance.

System::Web::Services::Protocols::Details_SoapException::Details_SoapException(String message, System::SharedPtr<Xml::XmlQualifiedName> code, String actor)

Arguments

ParameterTypeDescription
messageStringThe exception message.
codeSystem::SharedPtr<Xml::XmlQualifiedName>The exception code.
actorStringThe code piece where the exception is thrown.

Details_SoapException::Details_SoapException(String, System::SharedPtr<Xml::XmlQualifiedName>, String, Exception) constructor

Constructs a new instance.

System::Web::Services::Protocols::Details_SoapException::Details_SoapException(String message, System::SharedPtr<Xml::XmlQualifiedName> code, String actor, Exception innerException)

Arguments

ParameterTypeDescription
messageStringThe exception message.
codeSystem::SharedPtr<Xml::XmlQualifiedName>The exception code.
actorStringThe code piece where the exception is thrown.
innerExceptionExceptionThe inner exception.

Details_SoapException::Details_SoapException(String, System::SharedPtr<Xml::XmlQualifiedName>, String, System::SharedPtr<Xml::XmlNode>) constructor

Constructs a new instance.

System::Web::Services::Protocols::Details_SoapException::Details_SoapException(String message, System::SharedPtr<Xml::XmlQualifiedName> code, String actor, System::SharedPtr<Xml::XmlNode> detail)

Arguments

ParameterTypeDescription
messageStringThe exception message.
codeSystem::SharedPtr<Xml::XmlQualifiedName>The exception code.
actorStringThe code piece where the exception is thrown.
detailSystem::SharedPtr<Xml::XmlNode>Details about the thrown exception.

Details_SoapException::Details_SoapException(String, System::SharedPtr<Xml::XmlQualifiedName>, String, System::SharedPtr<Xml::XmlNode>, Exception) constructor

Constructs a new instance.

System::Web::Services::Protocols::Details_SoapException::Details_SoapException(String message, System::SharedPtr<Xml::XmlQualifiedName> code, String actor, System::SharedPtr<Xml::XmlNode> detail, Exception innerException)

Arguments

ParameterTypeDescription
messageStringThe exception message.
codeSystem::SharedPtr<Xml::XmlQualifiedName>The exception code.
actorStringThe code piece where the exception is thrown.
detailSystem::SharedPtr<Xml::XmlNode>Details about the thrown exception.
innerExceptionExceptionThe inner exception.

Details_SoapException::Details_SoapException(String, System::SharedPtr<Xml::XmlQualifiedName>, System::SharedPtr<SoapFaultSubCode>) constructor

Constructs a new instance.

System::Web::Services::Protocols::Details_SoapException::Details_SoapException(String message, System::SharedPtr<Xml::XmlQualifiedName> code, System::SharedPtr<SoapFaultSubCode> subcode)

Arguments

ParameterTypeDescription
messageStringThe exception message.
codeSystem::SharedPtr<Xml::XmlQualifiedName>The exception code.
subcodeSystem::SharedPtr<SoapFaultSubCode>Optional information from the ‘subcode’ XML element.

Details_SoapException::Details_SoapException(String, System::SharedPtr<Xml::XmlQualifiedName>, String, String, System::SharedPtr<Xml::XmlNode>, System::SharedPtr<SoapFaultSubCode>, Exception) constructor

Constructs a new instance.

System::Web::Services::Protocols::Details_SoapException::Details_SoapException(String message, System::SharedPtr<Xml::XmlQualifiedName> code, String actor, String role, System::SharedPtr<Xml::XmlNode> detail, System::SharedPtr<SoapFaultSubCode> subcode, Exception innerException)

Arguments

ParameterTypeDescription
messageStringThe exception message.
codeSystem::SharedPtr<Xml::XmlQualifiedName>The exception code.
actorStringThe code piece where the exception is thrown.
roleStringThe role of the XML web service that throws the exception.
detailSystem::SharedPtr<Xml::XmlNode>Details about the thrown exception.
subcodeSystem::SharedPtr<SoapFaultSubCode>Optional information from the ‘subcode’ XML element.
innerExceptionExceptionThe inner exception.

Details_SoapException::Details_SoapException(String, System::SharedPtr<Xml::XmlQualifiedName>, String, String, String, System::SharedPtr<Xml::XmlNode>, System::SharedPtr<SoapFaultSubCode>, Exception) constructor

Constructs a new instance.

System::Web::Services::Protocols::Details_SoapException::Details_SoapException(String message, System::SharedPtr<Xml::XmlQualifiedName> code, String actor, String role, String lang, System::SharedPtr<Xml::XmlNode> detail, System::SharedPtr<SoapFaultSubCode> subcode, Exception innerException)

Arguments

ParameterTypeDescription
messageStringThe exception message.
codeSystem::SharedPtr<Xml::XmlQualifiedName>The exception code.
actorStringThe code piece where the exception is thrown.
roleStringThe role of the XML web service that throws the exception.
langStringThe language, which is used to localize exception properties.
detailSystem::SharedPtr<Xml::XmlNode>Details about the thrown exception.
subcodeSystem::SharedPtr<SoapFaultSubCode>Optional information from the ‘subcode’ XML element.
innerExceptionExceptionThe inner exception.

See Also