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
Afficher le fichier Open project: WSCF/WSCF

Méthodes publiques

Méthode Description
CodeWriterException ( ) : System
CodeWriterException ( string message ) : System
CodeWriterException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
CodeWriterException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Method Details

CodeWriterException() public méthode

public CodeWriterException ( ) : System
Résultat System

CodeWriterException() protected méthode

protected CodeWriterException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
Résultat System

CodeWriterException() public méthode

public CodeWriterException ( string message ) : System
message string
Résultat System

CodeWriterException() public méthode

public CodeWriterException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System