Class CompileScriptResult
public sealed record CompileScriptResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<CompileScriptResult>
- Inheritance
-
EmptyResultCompileScriptResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
CompileScriptResult(ScriptId?, ExceptionDetails?)
public CompileScriptResult(ScriptId? ScriptId, ExceptionDetails? ExceptionDetails)
Parameters
ScriptIdScriptIdId of the script.
ExceptionDetailsExceptionDetailsException details.
Properties
ExceptionDetails
Exception details.
public ExceptionDetails? ExceptionDetails { get; init; }
Property Value
ScriptId
Id of the script.
public ScriptId? ScriptId { get; init; }