C# Class LazerTagHostLibrary.LazerTagSerial.IoErrorEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: astrospark/LazerTagHost Class Usage Examples

Méthodes publiques

Свойство Type Description
Exception System.Exception
Message string

Méthodes publiques

Méthode Description
IoErrorEventArgs ( string message, Exception ex ) : System

Method Details

IoErrorEventArgs() public méthode

public IoErrorEventArgs ( string message, Exception ex ) : System
message string
ex System.Exception
Résultat System

Property Details

Exception public_oe property

public Exception,System Exception
Résultat System.Exception

Message public_oe property

public string Message
Résultat string