Class PkiWebException
Inherited Members
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 |