Show / Hide Table of Contents

Class RestPkiException

Inheritance
Object
Exception
Lacuna.RestClient.RestException
RestPkiException
Inherited Members
Lacuna.RestClient.RestException.Verb
Lacuna.RestClient.RestException.Uri
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.RestPki.Client
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class RestPkiException : RestException, ISerializable, _Exception

Constructors

RestPkiException(HttpMethod, Uri, ErrorCodes, String)

Declaration
[Obsolete("Use RestPkiException(HttpMethod, Uri, ErrorModel) instead")]
public RestPkiException(HttpMethod verb, Uri uri, ErrorCodes errorCode, string detail = null)
Parameters
Type Name Description
HttpMethod verb
Uri uri
Lacuna.RestPki.Api.ErrorCodes errorCode
String detail

RestPkiException(HttpMethod, Uri, ErrorModel)

Declaration
public RestPkiException(HttpMethod verb, Uri uri, ErrorModel errorModel)
Parameters
Type Name Description
HttpMethod verb
Uri uri
Lacuna.RestPki.Api.ErrorModel errorModel

Properties

Detail

Declaration
public string Detail { get; }
Property Value
Type Description
String

ErrorCode

Declaration
public ErrorCodes ErrorCode { get; }
Property Value
Type Description
Lacuna.RestPki.Api.ErrorCodes

ErrorCodeStr

Declaration
public string ErrorCodeStr { get; }
Property Value
Type Description
String
Back to top Copyright © 2015-2020 Lacuna Software