15 private int _accessType;
19 : base(
Environment.GetResourceString(
"Arg_AccessViolationException"))
21 SetErrorCode(-2147467261);
29 SetErrorCode(-2147467261);
36 : base(message, innerException)
38 SetErrorCode(-2147467261);
The exception that is thrown when there is an attempt to read or write protected memory.
Serves as the base class for system exceptions namespace.
AccessViolationException(SerializationInfo info, StreamingContext context)
Initializes a new instance of the T:System.AccessViolationException class with serialized data.
Describes the source and destination of a given serialized stream, and provides an additional caller-...
Provides information about, and means to manipulate, the current environment and platform....
A platform-specific type that is used to represent a pointer or a handle.
AccessViolationException(string message)
Initializes a new instance of the T:System.AccessViolationException class with a specified message th...
AccessViolationException(string message, Exception innerException)
Initializes a new instance of the T:System.AccessViolationException class with a specified error mess...
Stores all the data needed to serialize or deserialize an object. This class cannot be inherited.
AccessViolationException()
Initializes a new instance of the T:System.AccessViolationException class with a system-supplied mess...
Represents errors that occur during application execution.To browse the .NET Framework source code fo...
Specifies that the class can be serialized.