Skip to main content

Class WasmException

An exception thrown when a WebAssembly instruction fails.

Assembly: WaaS.Core.dll
View Source
Declaration
public class WasmException : Exception, ISerializable

Inheritance: System.Object -> System.Exception

Implements:
System.Runtime.Serialization.ISerializable

Properties

Function

View Source
Declaration
public InstanceFunction Function { get; }

Instruction

View Source
Declaration
public Instruction Instruction { get; }

Message

Gets a message that describes the current exception.

View Source
Declaration
public override string Message { get; }

Implements

  • System.Runtime.Serialization.ISerializable