ProtocolImporter.OperationSyntaxException(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.