Table of Contents

Class SecurityException

Namespace
The.Security
Assembly
Instagile.dll
public sealed class SecurityException : Exception, ISerializable
Inheritance
SecurityException
Implements
Inherited Members

Constructors

SecurityException(AuthenticationFailure)

public SecurityException(AuthenticationFailure failure)

Parameters

failure AuthenticationFailure

Properties

Error

public AuthenticationFailure Error { get; }

Property Value

AuthenticationFailure

Message

Gets a message that describes the current exception.

public override string Message { get; }

Property Value

string

The error message that explains the reason for the exception, or an empty string ("").

MostSpecificContext

public required string MostSpecificContext { get; set; }

Property Value

string