C# 参考资料/System 命名空间/AccessViolationException 类/AccessViolationException 构造函数
外观
使用序列化数据初始化 AccessViolationException 类的新的实例。
此构造函数有 4 个重载。
public AccessViolationException()
public AccessViolationException(string message)
public AccessViolationException(string message, Exception innerException)
protected AccessViolationException(Runtime.Serialization.SerializationInfo info, Runtime.Serialization.StreamingContext context)