IsClientFaultCode()

Details_SoapException::IsClientFaultCode(System::SharedPtr<Xml::XmlQualifiedName>) method

Checks if the specified code is equal to the ‘Client’ SOAP fault code.

static bool System::Web::Services::Protocols::Details_SoapException::IsClientFaultCode(System::SharedPtr<Xml::XmlQualifiedName> code)

Arguments

ParameterTypeDescription
codeSystem::SharedPtr<Xml::XmlQualifiedName>The SOAP fault code to check.

Return Value

True when the specified code is equal to the ‘Client’ SOAP fault code, otherwise false.

See Also