Table of Contents

Class ReadMemoryFailureException

Namespace
Microsoft.Samples.Debugging.Native
Assembly
NativeDebugWrappers.dll

Thrown when failing to read memory from a target.

[Serializable]
public class ReadMemoryFailureException : InvalidOperationException, ISerializable, _Exception
Inheritance
ReadMemoryFailureException
Implements

Constructors

ReadMemoryFailureException()

Initializes a new instance of the ReadMemoryFailureException.

ReadMemoryFailureException(IntPtr, int)

Initialize a new exception

ReadMemoryFailureException(IntPtr, int, Exception)
ReadMemoryFailureException(SerializationInfo, StreamingContext)

Initializes a new instance of the ReadMemoryFailureException class with serialized data.

ReadMemoryFailureException(string)

Initializes a new instance of the ReadMemoryFailureException with the specified error message.

ReadMemoryFailureException(string, Exception)

Initializes a new instance of the ReadMemoryFailureException with the specified error message and inner Exception.