VerificationFailure Class

Represents a failed verification of a GameAction by a ActionVerifier. Derived classes should provide a description of the failure in the Message property.

Definition

Namespace: ProjectLCore.GameActions.Verification
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public abstract class VerificationFailure : VerificationResult
Inheritance
Object    VerificationResult    VerificationFailure
Derived
More

Constructors

VerificationFailureInitializes a new instance of the VerificationFailure class

Properties

Message A description of the failure.

See Also