Show / Hide Table of Contents

Class ScriptExecutionException

Исключение, возникающее при попытке исполнения скрипта.

Inheritance
object
Exception
ScriptExecutionException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
[Serializable]
public class ScriptExecutionException : Exception, ISerializable

Constructors

ScriptExecutionException(Exception)

Создаёт экземпляр класса ScriptExecutionException.

Declaration
public ScriptExecutionException(Exception innerException)
Parameters
Type Name Description
Exception innerException

Внутреннее исключение.

ScriptExecutionException(SerializationInfo, StreamingContext)

Создаёт экземпляр класса ScriptExecutionException.

Declaration
protected ScriptExecutionException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

Содержит описание ошибки.

StreamingContext context

Содержит данные о контексте.

ScriptExecutionException(string)

Создаёт экземпляр класса ScriptExecutionException.

Declaration
public ScriptExecutionException(string message)
Parameters
Type Name Description
string message

Сообщение об ошибке.

ScriptExecutionException(string, Exception)

Создаёт экземпляр класса ScriptExecutionException.

Declaration
public ScriptExecutionException(string message, Exception innerException)
Parameters
Type Name Description
string message

Сообщение об ошибке.

Exception innerException

Внутреннее исключение.

Implements

ISerializable
Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»