C# Class CrewChiefV3.GameDataReadException

Inheritance: System.Exception
Exibir arquivo Open project: mrbelowski/r3e_crewchief_v3

Public Properties

Property Type Description
cause System.Exception
message String

Public Methods

Method Description
GameDataReadException ( String message ) : System
GameDataReadException ( String message, Exception cause ) : System

Method Details

GameDataReadException() public method

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

GameDataReadException() public method

public GameDataReadException ( String message, Exception cause ) : System
message String
cause System.Exception
return System

Property Details

cause public_oe property

public Exception,System cause
return System.Exception

message public_oe property

public String message
return String