Show / Hide Table of Contents

Class LockFailException

Represents errors that occur trying to lock a buffer into memory.

Inheritance
object
Exception
LockFailException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Isopoh.Cryptography.SecureArray
Assembly: Isopoh.Cryptography.SecureArray.dll
Syntax
public class LockFailException : Exception, ISerializable

Constructors

| Edit this page View Source

LockFailException()

Initializes a new instance of the LockFailException class.

Declaration
public LockFailException()
| Edit this page View Source

LockFailException(string?)

Initializes a new instance of the LockFailException class.

Declaration
public LockFailException(string? message)
Parameters
Type Name Description
string message

Text for the Message property.

| Edit this page View Source

LockFailException(string?, Exception?)

Initializes a new instance of the LockFailException class.

Declaration
public LockFailException(string? message, Exception? innerException)
Parameters
Type Name Description
string message

Text for the Message property.

Exception innerException

Exception that spawned this exception.

Implements

ISerializable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX