C# Class Rubberduck.UI.SourceControl.ErrorEventArgs

显示文件 Open project: retailcoder/Rubberduck

Public Properties

Property Type Description
InnerMessage string
Message string

Public Methods

Method Description
ErrorEventArgs ( string message, string innerMessage ) : System

Method Details

ErrorEventArgs() public method

public ErrorEventArgs ( string message, string innerMessage ) : System
message string
innerMessage string
return System

Property Details

InnerMessage public_oe property

public string InnerMessage
return string

Message public_oe property

public string Message
return string