C# Class SobekCM.Core.Message.EnableExtensionMessage

ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Add_Error ( string Error ) : void

Add an error to this message

Method Details

Add_Error() public method

Add an error to this message
public Add_Error ( string Error ) : void
Error string Error text to add
return void