29 using System.Collections.Generic;
32 namespace LaunchSLClient
36 private const string CUSTOMMESSAGE =
"The SL Client Launcher has failed with the following error: ";
41 : base (CUSTOMMESSAGE + errorMesssage)
47 : base(CUSTOMMESSAGE + errorMessage, innerException)
LauncherException(string errorMesssage, string source)
LauncherException(string errorMessage, string source, Exception innerException)