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

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
MetadataResolveException ( ) : System
MetadataResolveException ( string message ) : System
MetadataResolveException ( string message, Exception innerException ) : System

Méthodes protégées

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

Method Details

MetadataResolveException() public méthode

public MetadataResolveException ( ) : System
Résultat System

MetadataResolveException() protected méthode

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

MetadataResolveException() public méthode

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

MetadataResolveException() public méthode

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