C# Класс DotNetMigrations.Core.SchemaException

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

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

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

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

Метод Описание
SchemaException ( SerializationInfo info, StreamingContext context ) : System

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

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

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

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

protected SchemaException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

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

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

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

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