Class ServicesCreationException
Represents an error during services creation
Implements
Inherited Members
Namespace: Unity.Services.Core
Assembly: Unity.Services.Core.dll
Syntax
public sealed class ServicesCreationException : Exception, ISerializable
Constructors
ServicesCreationException(string)
Initializes a new instance of the Services
Declaration
public ServicesCreationException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message that explains the reason for the exception. |