C# Класс Amido.Common.Exceptions.XsdSchemaNotFoundException

Наследование: System.Exception
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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

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

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

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

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