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
Datei anzeigen Open project: WSCF/WSCF

Public Methods

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

Protected Methods

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

Method Details

MetadataResolveException() public method

public MetadataResolveException ( ) : System
return System

MetadataResolveException() protected method

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

MetadataResolveException() public method

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

MetadataResolveException() public method

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