SUDSGeneratorException Class
.NET Framework 2.0
The exception that is thrown if an error occurs during the generation of Web Services Description Language (WSDL).
Namespace: System.Runtime.Remoting.MetadataServices
Assembly: System.Runtime.Remoting (in system.runtime.remoting.dll)
Assembly: System.Runtime.Remoting (in system.runtime.remoting.dll)
'Declaration <SerializableAttribute> _ Public Class SUDSGeneratorException Inherits Exception 'Usage Dim instance As SUDSGeneratorException
/** @attribute SerializableAttribute() */ public class SUDSGeneratorException extends Exception
SerializableAttribute public class SUDSGeneratorException extends Exception
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.
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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: