C# Class DotNetMigrations.Core.SchemaException

Inheritance: System.ApplicationException
Exibir arquivo Open project: jpoehls/dotnetmigrations

Public Methods

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

Protected Methods

Method Description
SchemaException ( SerializationInfo info, StreamingContext context ) : System

Method Details

SchemaException() public method

public SchemaException ( ) : System
return System

SchemaException() protected method

protected SchemaException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

SchemaException() public method

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

SchemaException() public method

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