Class Exception
- Namespace
- JavaScriptCore
- Assembly
- JavaScriptCore-6.0.dll
public sealed class Exception : Object, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
Exception
- Implements
-
- Inherited Members
-
Constructors
Exception(params ConstructArgument[])
public Exception(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
Exception(ExceptionHandle)
public Exception(ExceptionHandle handle)
Parameters
handle
ExceptionHandle
Methods
GetBacktraceString()
public string? GetBacktraceString()
Returns
- string
GetColumnNumber()
public uint GetColumnNumber()
Returns
- uint
GetGType()
public static Type GetGType()
Returns
- Type
GetLineNumber()
public uint GetLineNumber()
Returns
- uint
GetMessage()
public string GetMessage()
Returns
- string
GetName()
Returns
- string
GetSourceUri()
public string? GetSourceUri()
Returns
- string
New(Context, string)
public static Exception New(Context context, string message)
Parameters
context
Context
message
string
Returns
- Exception
NewVprintf(Context, string, nint)
public static Exception NewVprintf(Context context, string format, nint args)
Parameters
context
Context
format
string
args
nint
Returns
- Exception
NewWithName(Context, string, string)
public static Exception NewWithName(Context context, string name, string message)
Parameters
context
Context
name
string
message
string
Returns
- Exception
NewWithNameVprintf(Context, string, string, nint)
public static Exception NewWithNameVprintf(Context context, string name, string format, nint args)
Parameters
context
Context
name
string
format
string
args
nint
Returns
- Exception
Report()
Returns
- string
ToString()
Returns
- string