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
messagestringThe 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
messagestringThe message that describes the error.
innerExceptionExceptionThe 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
infoSerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
contextStreamingContextThe StreamingContext that contains contextual information about the source or destination.