C# Class Microsoft.Legal.MatterCenter.Common.ErrorMessage

A class which containing methods and members for handling errors
显示文件 Open project: Microsoft/mattercenter

Public Methods

Method Description
ShowMessage ( string message, MessageType messageType ) : void

Displays message on console

Method Details

ShowMessage() public static method

Displays message on console
public static ShowMessage ( string message, MessageType messageType ) : void
message string string message to be displayed
messageType MessageType Message type
return void