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

A class which containing methods and members for handling errors
Afficher le fichier Open project: Microsoft/mattercenter

Méthodes publiques

Méthode Description
ShowMessage ( string message, MessageType messageType ) : void

Displays message on console

Method Details

ShowMessage() public static méthode

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