C# Класс Remotion.Linq.IntegrationTests.Common.Utilities.SqlBatchCommandException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

SqlBatchCommandException() публичный Метод

Initializes a new instance of the SqlBatchCommandException class with a specified error message.
public SqlBatchCommandException ( string message ) : System
message string The error message string.
Результат System

SqlBatchCommandException() публичный Метод

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.
Результат System