Constructor ReadMemoryFailureException
ReadMemoryFailureException(IntPtr, int)
Initialize a new exception
public ReadMemoryFailureException(IntPtr address, int countBytes)
Parameters
ReadMemoryFailureException(IntPtr, int, Exception)
public ReadMemoryFailureException(IntPtr address, int countBytes, Exception innerException)
Parameters
ReadMemoryFailureException()
Initializes a new instance of the ReadMemoryFailureException.
public ReadMemoryFailureException()
ReadMemoryFailureException(string)
Initializes a new instance of the ReadMemoryFailureException with the specified error message.
public ReadMemoryFailureException(string message)
Parameters
message
stringThe message that describes the error.
ReadMemoryFailureException(string, Exception)
Initializes a new instance of the ReadMemoryFailureException with the specified error message and inner Exception.
public ReadMemoryFailureException(string message, Exception innerException)
Parameters
message
stringThe message that describes the error.
innerException
ExceptionThe exception that is the cause of the current exception.
ReadMemoryFailureException(SerializationInfo, StreamingContext)
Initializes a new instance of the ReadMemoryFailureException class with serialized data.
protected ReadMemoryFailureException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
context
StreamingContextThe StreamingContext that contains contextual information about the source or destination.