Table of Contents

Class ClientArtifactActivationFailed

Namespace
Cratis.Chronicle
Assembly
Cratis.Chronicle.dll

The exception that is thrown when an artifact instance could not be activated.

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

Constructors

ClientArtifactActivationFailed(Type, Exception?)

The exception that is thrown when an artifact instance could not be activated.

public ClientArtifactActivationFailed(Type artifactType, Exception? innerException = null)

Parameters

artifactType Type

The Type of the artifact that failed to activate.

innerException Exception

Optional inner exception.