C# Class Cake.SqlServer.LocalDBExecutionFailedException

Inheritance: Exception
Afficher le fichier Open project: cake-contrib/Cake.SqlServer

Méthodes publiques

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

Méthodes protégées

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

Method Details

LocalDBExecutionFailedException() public méthode

public LocalDBExecutionFailedException ( ) : System
Résultat System

LocalDBExecutionFailedException() protected méthode

protected LocalDBExecutionFailedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

LocalDBExecutionFailedException() public méthode

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

LocalDBExecutionFailedException() public méthode

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