Class InvalidEvidenceException
Serves as the base class for exceptions related DuplicateVoteEvidences' integrity and validity.
Inheritance
System.Object
InvalidEvidenceException
Namespace: Libplanet.Types.Evidence
Assembly: Libplanet.Types.dll
Syntax
public class InvalidEvidenceException : Exception
Constructors
| Improve this Doc View SourceInvalidEvidenceException(SerializationInfo, StreamingContext)
Serves as the base class for exceptions related DuplicateVoteEvidences' integrity and validity.
Declaration
public InvalidEvidenceException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | |
| StreamingContext | context |
InvalidEvidenceException(String)
Serves as the base class for exceptions related DuplicateVoteEvidences' integrity and validity.
Declaration
public InvalidEvidenceException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |