C# Class DotNetMigrations.Core.Data.SqlParseException

Inheritance: System.ApplicationException
显示文件 Open project: jpoehls/dotnetmigrations

Public Methods

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

Protected Methods

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

Method Details

SqlParseException() public method

public SqlParseException ( ) : System
return System

SqlParseException() protected method

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

SqlParseException() public method

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

SqlParseException() public method

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