C# Класс Subtext.Scripting.Exceptions.SqlScriptExecutionException

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

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

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