Class EvergineException
Represents errors that occur within the Evergine API.
Inheritance
EvergineException
Namespace: Evergine.Common
Assembly: Evergine.Common.dll
Syntax
public class EvergineException : Exception
Constructors
EvergineException()
Initializes a new instance of the EvergineException class.
Declaration
public EvergineException()
EvergineException(string)
Initializes a new instance of the EvergineException class.
Declaration
public EvergineException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The exception message. |
EvergineException(string, Exception)
Initializes a new instance of the EvergineException class.
Declaration
public EvergineException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The exception message. |
| Exception | innerException | The inner exception. |