Table of Contents

Class ClientArtifactIsDisposable

Namespace
Cratis.Chronicle
Assembly
Cratis.Chronicle.dll

The exception that is thrown when an artifact instance that is disposable is activated as non-disposable.

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

Constructors

ClientArtifactIsDisposable(Type)

The exception that is thrown when an artifact instance that is disposable is activated as non-disposable.

public ClientArtifactIsDisposable(Type artifactType)

Parameters

artifactType Type

The Type of the artifact.