C# Class System.AccessViolationException

Inheritance: SystemException
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
AccessViolationException ( ) : System
AccessViolationException ( String message ) : System
AccessViolationException ( String message, Exception innerException ) : System

Protected Methods

Method Description
AccessViolationException ( SerializationInfo info, StreamingContext context ) : System

Method Details

AccessViolationException() public method

public AccessViolationException ( ) : System
return System

AccessViolationException() protected method

protected AccessViolationException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

AccessViolationException() public method

public AccessViolationException ( String message ) : System
message String
return System

AccessViolationException() public method

public AccessViolationException ( String message, Exception innerException ) : System
message String
innerException Exception
return System