C# 클래스 Remotion.Linq.IntegrationTests.Common.Utilities.SqlBatchCommandException

상속: System.Exception
파일 보기 프로젝트 열기: re-motion/Relinq-SqlBackend

공개 메소드들

메소드 설명
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