This documentation is archived and is not being maintained.

ProtocolImporter.OperationBindingSyntaxException Method

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

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

See Also

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

Show: