Show / Hide Table of Contents
Editar no GitHub

Class TimestampRequestException

Inheritance
Object
Exception
TimestampException
TimestampRequestException
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class TimestampRequestException : TimestampException, ISerializable, _Exception

Constructors

| Improve this Doc View Source

TimestampRequestException(String, Rfc3161StatusCodes, List<String>, Nullable<Rfc3161FailureInfos>)

Declaration
public TimestampRequestException(string message, Rfc3161StatusCodes statusCode, List<string> statusStrings = null, Rfc3161FailureInfos? failureInfo = default(Rfc3161FailureInfos? ))
Parameters
Type Name Description
String message
Rfc3161StatusCodes statusCode
List<String> statusStrings
Nullable<Rfc3161FailureInfos> failureInfo
| Improve this Doc View Source

TimestampRequestException(String, Exception, Rfc3161StatusCodes, List<String>, Nullable<Rfc3161FailureInfos>)

Declaration
public TimestampRequestException(string message, Exception innerException, Rfc3161StatusCodes statusCode, List<string> statusStrings = null, Rfc3161FailureInfos? failureInfo = default(Rfc3161FailureInfos? ))
Parameters
Type Name Description
String message
Exception innerException
Rfc3161StatusCodes statusCode
List<String> statusStrings
Nullable<Rfc3161FailureInfos> failureInfo
| Improve this Doc View Source

TimestampRequestException(String, Exception, Int32, List<String>)

Declaration
[Obsolete("Use constructor with enum parameters instead of int")]
public TimestampRequestException(string message, Exception innerException, int statusCode, List<string> statusStrings)
Parameters
Type Name Description
String message
Exception innerException
Int32 statusCode
List<String> statusStrings
| Improve this Doc View Source

TimestampRequestException(String, Int32, List<String>)

Declaration
[Obsolete("Use constructor with enum parameters instead of int")]
public TimestampRequestException(string message, int statusCode, List<string> statusStrings)
Parameters
Type Name Description
String message
Int32 statusCode
List<String> statusStrings

Properties

| Improve this Doc View Source

FailureInfo

Declaration
public Rfc3161FailureInfos? FailureInfo { get; set; }
Property Value
Type Description
Nullable<Rfc3161FailureInfos>
| Improve this Doc View Source

Status

Declaration
public Rfc3161StatusCodes Status { get; set; }
Property Value
Type Description
Rfc3161StatusCodes
| Improve this Doc View Source

StatusCode

Declaration
[Obsolete("Use Status property instead")]
public int StatusCode { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

StatusStrings

Declaration
public List<string> StatusStrings { get; set; }
Property Value
Type Description
List<String>
Back to top Copyright © 2015-2020 Lacuna Software