Class ServiceException
This class represents an exception related to a Scene Behavior.
Namespace: Evergine.Framework.Exceptions
Assembly: Evergine.Framework.dll
Syntax
public class ServiceException : EvergineException
Constructors
ServiceException(Service, Exception)
Initializes a new instance of the ServiceException class.
Declaration
public ServiceException(Service service, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| Service | service | The service. |
| Exception | innerException | The inner exception. |
Properties
ServiceType
Gets the service type.
Declaration
public Type ServiceType { get; }
Property Value
| Type | Description |
|---|---|
| Type |