ProtocolImporter.OperationSyntaxException(String) Method

Definition

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

public:
 Exception ^ OperationSyntaxException(System::String ^ text);
public Exception OperationSyntaxException (string text);
member this.OperationSyntaxException : string -> Exception
Public Function OperationSyntaxException (text As String) As Exception

Parameters

text
String

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

Returns

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

Applies to