Class LockFailException
Represents errors that occur trying to lock a buffer into memory.
Inheritance
Implements
Inherited Members
Namespace: Isopoh.Cryptography.SecureArray
Assembly: Isopoh.Cryptography.SecureArray.dll
Syntax
[Serializable]
public class LockFailException : Exception, ISerializable
  Constructors
| Improve this Doc View SourceLockFailException()
Initializes a new instance of the LockFailException class.
Declaration
public LockFailException()
  LockFailException(SerializationInfo, StreamingContext)
Initializes a new instance of the LockFailException class with serialized data.
Declaration
protected LockFailException(SerializationInfo info, StreamingContext context)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.  | 
      
| System.Runtime.Serialization.StreamingContext | context | The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.  | 
      
Exceptions
| Type | Condition | 
|---|---|
| System.ArgumentNullException | The   | 
      
| System.Runtime.Serialization.SerializationException | The class name is null or System.Exception.HResult is zero (0).  | 
      
LockFailException(String)
Initializes a new instance of the LockFailException class.
Declaration
public LockFailException(string message)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | Text for the System.Exception.Message property.  | 
      
LockFailException(String, Exception)
Initializes a new instance of the LockFailException class.
Declaration
public LockFailException(string message, Exception innerException)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | Text for the System.Exception.Message property.  | 
      
| System.Exception | innerException | Exception that spawned this exception.  |