SUDSParserException Class
The exception thrown if an error occurs during parsing of Web Services Description Language (WSDL).
For a list of all members of this type, see SUDSParserException Members.
System.Object
System.Exception
System.Runtime.Remoting.MetadataServices.SUDSParserException
[Visual Basic] Public Class SUDSParserException Inherits Exception [C#] public class SUDSParserException : Exception [C++] public __gc class SUDSParserException : public Exception [JScript] public class SUDSParserException extends Exception
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The SUDSParserException is generated by the remoting WSDL parser. The WSDL parser is used by the Soapsuds Tool (Soapsuds.exe), and can also be invoked programmatically using the MetaData class.
SUDSParserException uses the HRESULT COR_E_EXCEPTION, which has the value 0x80131500.
For a list of initial property values for an instance of SUDSParserException, see the Exception constructors.
Requirements
Namespace: System.Runtime.Remoting.MetadataServices
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Runtime.Remoting (in System.Runtime.Remoting.dll)
See Also
SUDSParserException Members | System.Runtime.Remoting.MetadataServices Namespace