ProtocolImporter.OperationBindingSyntaxException(String) Method

Definition

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

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

Parameters

text
String

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

Returns

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

Applies to