Show / Hide Table of Contents
Editar no GitHub

Class LicenseException

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

Constructors

| Improve this Doc View Source

LicenseException()

Declaration
public LicenseException()
| Improve this Doc View Source

LicenseException(String)

Declaration
public LicenseException(string message)
Parameters
Type Name Description
String message
| Improve this Doc View Source

LicenseException(String, Exception)

Declaration
public LicenseException(string message, Exception innerException)
Parameters
Type Name Description
String message
Exception innerException
Back to top Copyright © 2015-2020 Lacuna Software