Table of Contents

Class Exception

Namespace
JavaScriptCore
Assembly
JavaScriptCore-6.0.dll
public sealed class Exception : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
Exception
Implements
Inherited Members

Constructors

Exception(bool, params ConstructArgument[])

protected Exception(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

Exception(IntPtr, bool)

protected Exception(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

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()

public 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, IntPtr)

public static Exception NewVprintf(Context context, string format, IntPtr args)

Parameters

context Context
format string
args IntPtr

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, IntPtr)

public static Exception NewWithNameVprintf(Context context, string name, string format, IntPtr args)

Parameters

context Context
name string
format string
args IntPtr

Returns

Exception

Report()

public string Report()

Returns

string

ToString()

public string ToString()

Returns

string