C# Class DotNetMigrations.Core.Data.SqlParseException

Inheritance: System.ApplicationException
Afficher le fichier Open project: jpoehls/dotnetmigrations

Méthodes publiques

Méthode Description
SqlParseException ( ) : System
SqlParseException ( string message ) : System
SqlParseException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
SqlParseException ( SerializationInfo info, StreamingContext context ) : System

Method Details

SqlParseException() public méthode

public SqlParseException ( ) : System
Résultat System

SqlParseException() protected méthode

protected SqlParseException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

SqlParseException() public méthode

public SqlParseException ( string message ) : System
message string
Résultat System

SqlParseException() public méthode

public SqlParseException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System