C# Class Cake.SqlServer.LocalDBExecutionFailedException

Inheritance: Exception
Exibir arquivo Open project: cake-contrib/Cake.SqlServer

Public Methods

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

Protected Methods

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

Method Details

LocalDBExecutionFailedException() public method

public LocalDBExecutionFailedException ( ) : System
return System

LocalDBExecutionFailedException() protected method

protected LocalDBExecutionFailedException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

LocalDBExecutionFailedException() public method

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

LocalDBExecutionFailedException() public method

public LocalDBExecutionFailedException ( string message, Exception innerException ) : System
message string
innerException Exception
return System