Table of Contents

Class ExtismException

Namespace
Extism.Sdk
Assembly
Extism.Sdk.dll

Represents errors that occur during calling Extism functions.

public class ExtismException : Exception, ISerializable
Inheritance
ExtismException
Implements
Inherited Members

Constructors

ExtismException()

Initializes a new instance of the ExtismException class.

public ExtismException()

ExtismException(string)

Initializes a new instance of the ExtismException class with a specified error message.

public ExtismException(string message)

Parameters

message string

The message that describes the error .

ExtismException(string, Exception)

Initializes a new instance of the ExtismException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public ExtismException(string message, Exception innerException)

Parameters

message string

The message that describes the error.

innerException Exception

The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.