C# Class LazerTagHostLibrary.LazerTagSerial.IoErrorEventArgs

Inheritance: System.EventArgs
Mostra file Open project: astrospark/LazerTagHost Class Usage Examples

Public Properties

Property Type Description
Exception System.Exception
Message string

Public Methods

Method Description
IoErrorEventArgs ( string message, Exception ex ) : System

Method Details

IoErrorEventArgs() public method

public IoErrorEventArgs ( string message, Exception ex ) : System
message string
ex System.Exception
return System

Property Details

Exception public_oe property

public Exception,System Exception
return System.Exception

Message public_oe property

public string Message
return string