Freigeben über


ProtocolImporter.OperationBindingSyntaxException(String) Methode

Definition

Erstellt eine Ausnahme, die angibt, dass die aktuelle OperationBinding-Instanz, für die gerade eine Bindungsklasse generiert wird, innerhalb des Zielnamespaces ungültig ist.

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

Parameter

text
String

Eine Anmerkung, die der Ausnahmemeldung hinzugefügt werden soll. Diese gibt bereits an, dass die Vorgangsbindungssyntax ungültig ist.

Gibt zurück

Exception

Eine Ausnahme, die angibt, dass die aktuelle OperationBinding-Instanz, für die gerade eine Bindungsklasse generiert wird, innerhalb des Zielnamespaces ungültig ist.

Gilt für