Show / Hide Table of Contents

Class PkiWebException

Inheritance
Object
Exception
PkiWebException
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 PkiWebException : Exception, ISerializable, _Exception

Constructors

PkiWebException(String, Uri, Exception)

Declaration
public PkiWebException(string entityType, Uri uri, Exception innerException)
Parameters
Type Name Description
String entityType
Uri uri
Exception innerException

Properties

EntityType

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

Uri

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