Class ClientArtifactActivationFailed
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)