Class LockFailException
Represents errors that occur trying to lock a buffer into memory.
Implements
Inherited Members
Namespace: Isopoh.Cryptography.SecureArray
Assembly: Isopoh.Cryptography.SecureArray.dll
Syntax
public class LockFailException : Exception, ISerializable
Constructors
| Edit this page View SourceLockFailException()
Initializes a new instance of the LockFailException class.
Declaration
public LockFailException()
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. |
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. |