Table of Contents

Class TspValidationException

Namespace
Enterprises.Org.BouncyCastle.Tsp
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class TspValidationException : TspException, ISerializable
Inheritance
TspValidationException
Implements
Inherited Members

Constructors

TspValidationException(string)

public TspValidationException(string message)

Parameters

message string

TspValidationException(string, int)

public TspValidationException(string message, int failureCode)

Parameters

message string
failureCode int

Properties

FailureCode

public int FailureCode { get; }

Property Value

int