C# Class Ctf.ApplicationTools.DataObjects.ApplicationEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: blstream/Patronage2013-CaptureTheFlag Class Usage Examples

Public Properties

Property Type Description
errorCode int
message string

Public Methods

Method Description
ApplicationEventArgs ( string message, int errorCode = ApplicationError.APPLICATION_ERROR ) : System

Method Details

ApplicationEventArgs() public method

public ApplicationEventArgs ( string message, int errorCode = ApplicationError.APPLICATION_ERROR ) : System
message string
errorCode int
return System

Property Details

errorCode public_oe property

public int errorCode
return int

message public_oe property

public string message
return string