Class ExtismException
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
stringThe 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)