IsServerFaultCode()

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

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

static bool System::Web::Services::Protocols::Details_SoapException::IsServerFaultCode(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 ‘Server’ SOAP fault code, otherwise false.

See Also