SUDSGeneratorException Class
The exception thrown if an error occurs during generation of Web Services Description Language (WSDL).
For a list of all members of this type, see SUDSGeneratorException Members.
System.Object
System.Exception
System.Runtime.Remoting.MetadataServices.SUDSGeneratorException
[Visual Basic] Public Class SUDSGeneratorException Inherits Exception [C#] public class SUDSGeneratorException : Exception [C++] public __gc class SUDSGeneratorException : public Exception [JScript] public class SUDSGeneratorException 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 SUDSGeneratorException is generated by the remoting WSDL generator. The WSDL generator is used by the Soapsuds Tool (Soapsuds.exe), and can also be invoked programmatically using the MetaData class.
SUDSGeneratorException uses the HRESULT COR_E_EXCEPTION, which has the value 0x80131500.
For a list of initial property values for an instance of SUDSGeneratorException, 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
SUDSGeneratorException Members | System.Runtime.Remoting.MetadataServices Namespace