C# 클래스 Subtext.Scripting.Exceptions.SqlScriptExecutionException

상속: System.Exception, ISerializable
파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

공개 메소드들

메소드 설명
SqlScriptExecutionException ( ) : System

Initializes a new instance of the SqlScriptExecutionException class.

SqlScriptExecutionException ( string message ) : System

Initializes a new instance of the SqlScriptExecutionException class.

SqlScriptExecutionException ( string message, Exception innerException ) : System

Initializes a new instance of the SqlScriptExecutionException class.

SqlScriptExecutionException ( string message, System.Script script, int returnValue ) : System

Initializes a new instance of the SqlScriptExecutionException class.

SqlScriptExecutionException ( string message, System.Script script, int returnValue, Exception innerException ) : System

Initializes a new instance of the SqlScriptExecutionException class.

비공개 메소드들

메소드 설명
ISerializable ( SerializationInfo info, StreamingContext context ) : void

When overridden in a derived class, sets the T:System.Runtime.Serialization.SerializationInfo with information about the exception.

SqlScriptExecutionException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

SqlScriptExecutionException() 공개 메소드

Initializes a new instance of the SqlScriptExecutionException class.
public SqlScriptExecutionException ( ) : System
리턴 System

SqlScriptExecutionException() 공개 메소드

Initializes a new instance of the SqlScriptExecutionException class.
public SqlScriptExecutionException ( string message ) : System
message string The message.
리턴 System

SqlScriptExecutionException() 공개 메소드

Initializes a new instance of the SqlScriptExecutionException class.
public SqlScriptExecutionException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
리턴 System

SqlScriptExecutionException() 공개 메소드

Initializes a new instance of the SqlScriptExecutionException class.
public SqlScriptExecutionException ( string message, System.Script script, int returnValue ) : System
message string The message.
script System.Script The script.
returnValue int The return value.
리턴 System

SqlScriptExecutionException() 공개 메소드

Initializes a new instance of the SqlScriptExecutionException class.
public SqlScriptExecutionException ( string message, System.Script script, int returnValue, Exception innerException ) : System
message string The message.
script System.Script The script.
returnValue int The return value.
innerException System.Exception The inner exception.
리턴 System