This documentation is archived and is not being maintained.

ProtocolImporter.OperationSyntaxException Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Public Function OperationSyntaxException( _
   ByVal text As String _
) As Exception
[C#]
public Exception OperationSyntaxException(
 string text
);
[C++]
public: Exception* OperationSyntaxException(
 String* text
);
[JScript]
public function OperationSyntaxException(
   text : String
) : Exception;

See Also

ProtocolImporter Class | ProtocolImporter Members | System.Web.Services.Description Namespace

Show: