Class SandboxRuntimeException
Namespace: DotBoxD.Kernels.Model
Assembly: DotBoxD.Kernels.dll
public sealed class SandboxRuntimeException : Exception, ISerializableInheritance
Section titled “Inheritance”object ← Exception ← SandboxRuntimeException
Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”Exception.GetBaseException(), Exception.GetType(), Exception.ToString(), Exception.Data, Exception.HelpLink, Exception.HResult, Exception.InnerException, Exception.Message, Exception.Source, Exception.StackTrace, Exception.TargetSite, object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”SandboxRuntimeException(SandboxError)
Section titled “ SandboxRuntimeException(SandboxError)”public SandboxRuntimeException(SandboxError error)Parameters
Section titled “Parameters”error SandboxError
Properties
Section titled “Properties”public SandboxError Error { get; }