ProtocolImporter::OperationBindingSyntaxException Method (String^)

 

Produces an Exception indicating that the current OperationBinding instance for which a binding class is being generated is invalid within the target namespace.

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

public:
Exception^ OperationBindingSyntaxException(
	String^ text
)

Parameters

text
Type: System::String^

Annotation to be added to the exception message, which already indicates that the operation binding syntax is invalid.

Return Value

Type: System::Exception^

An Exception indicating that the current OperationBinding instance for which a binding class is being generated is invalid within the target namespace.

.NET Framework
Available since 1.1
Return to top
Show: