C# Class Thinktecture.Tools.Web.Services.CodeGeneration.CodeWriterException

This exceptions is thrown when there is a problem while resolving meta data for a given WSDL document.
Inheritance: System.Exception
Datei anzeigen Open project: WSCF/WSCF

Public Methods

Method Description
CodeWriterException ( ) : System
CodeWriterException ( string message ) : System
CodeWriterException ( string message, Exception innerException ) : System

Protected Methods

Method Description
CodeWriterException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Method Details

CodeWriterException() public method

public CodeWriterException ( ) : System
return System

CodeWriterException() protected method

protected CodeWriterException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
return System

CodeWriterException() public method

public CodeWriterException ( string message ) : System
message string
return System

CodeWriterException() public method

public CodeWriterException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System