Overload List

  NameDescription
AccessViolationException()()()
Instantiates a new AccessViolationException using the default message
AccessViolationException(String)
Instantiates a new AccessViolationException using the supplied message
AccessViolationException(SerializationInfo, StreamingContext)
Instantiates a new AccessViolationException using the supplied serialization info
AccessViolationException(String, Exception)
Instantiates a new AccessViolationException using the supplied message along with an additional exception that caused this one to be thrown

See Also