ProtocolImporter::OperationSyntaxException Method (String^)

 

Produces an Exception indicating that the current Operation 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^ OperationSyntaxException(
	String^ text
)

Parameters

text
Type: System::String^

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

Return Value

Type: System::Exception^

An Exception indicating that the current Operation 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: