C# Class Rubberduck.UI.SourceControl.ErrorEventArgs

Afficher le fichier Open project: retailcoder/Rubberduck

Méthodes publiques

Свойство Type Description
InnerMessage string
Message string

Méthodes publiques

Méthode Description
ErrorEventArgs ( string message, string innerMessage ) : System

Method Details

ErrorEventArgs() public méthode

public ErrorEventArgs ( string message, string innerMessage ) : System
message string
innerMessage string
Résultat System

Property Details

InnerMessage public_oe property

public string InnerMessage
Résultat string

Message public_oe property

public string Message
Résultat string