ProtocolImporter.OperationBindingSyntaxException-Methode
Erstellt eine Ausnahme, die angibt, dass die aktuelle OperationBinding-Instanz, für die gerade eine Bindungsklasse generiert wird, innerhalb des Zielnamespaces ungültig ist.
Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in system.web.services.dll)
Syntax
'Declaration
Public Function OperationBindingSyntaxException ( _
text As String _
) As Exception
'Usage
Dim instance As ProtocolImporter
Dim text As String
Dim returnValue As Exception
returnValue = instance.OperationBindingSyntaxException(text)
public Exception OperationBindingSyntaxException (
string text
)
public:
Exception^ OperationBindingSyntaxException (
String^ text
)
public Exception OperationBindingSyntaxException (
String text
)
public function OperationBindingSyntaxException (
text : String
) : Exception
Parameter
- text
Plattformen
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1, 1.0
Siehe auch
Referenz
ProtocolImporter-Klasse
ProtocolImporter-Member
System.Web.Services.Description-Namespace