C# Class Remotion.Linq.IntegrationTests.Common.Utilities.SqlBatchCommandException

Inheritance: System.Exception
Mostrar archivo Open project: re-motion/Relinq-SqlBackend

Public Methods

Method Description
SqlBatchCommandException ( string message ) : System

Initializes a new instance of the SqlBatchCommandException class with a specified error message.

SqlBatchCommandException ( string message, Exception innerException ) : System

Initializes a new instance of the SqlBatchCommandException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Method Details

SqlBatchCommandException() public method

Initializes a new instance of the SqlBatchCommandException class with a specified error message.
public SqlBatchCommandException ( string message ) : System
message string The error message string.
return System

SqlBatchCommandException() public method

Initializes a new instance of the SqlBatchCommandException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public SqlBatchCommandException ( string message, Exception innerException ) : System
message string The error message string.
innerException System.Exception The inner exception reference.
return System