C# Класс Thinktecture.Tools.Web.Services.CodeGeneration.MetadataResolveException

This exceptions is thrown when there is a problem while resolving meta data for a given WSDL document.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
MetadataResolveException ( ) : System
MetadataResolveException ( string message ) : System
MetadataResolveException ( string message, Exception innerException ) : System

Защищенные методы

Метод Описание
MetadataResolveException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Описание методов

MetadataResolveException() публичный Метод

public MetadataResolveException ( ) : System
Результат System

MetadataResolveException() защищенный Метод

protected MetadataResolveException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
Результат System

MetadataResolveException() публичный Метод

public MetadataResolveException ( string message ) : System
message string
Результат System

MetadataResolveException() публичный Метод

public MetadataResolveException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System