Base:
property
Message
System.Exception.Message
2 overrides of Message
mscorlib (2)
system\argumentoutofrangeexception.cs (1)
73public override String Message {
system\globalization\culturenotfoundexception.cs (1)
124public override String Message
23 references to Message
mscorlib (2)
system\argumentoutofrangeexception.cs (1)
75String s = base.Message;
system\globalization\culturenotfoundexception.cs (1)
128String s = base.Message;
PresentationCore (1)
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (1)
223Fail(x.Message, x);
System (3)
net\System\Net\HttpListenerRequestUriBuilder.cs (3)
321unicodeString, e.Message); 372GetOctetsAsString(rawOctets), e.Message); 378decodedString, e.Message);
System.Activities (1)
System\Activities\WorkflowIdentity.cs (1)
272throw FxTrace.Exception.AsError(new ArgumentException(ex.Message, paramName, ex));
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (1)
393ErrorReporting.ShowErrorMessage(ex.Message);
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (1)
419ErrorReporting.ShowErrorMessage(ex.Message);
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagEditor.xaml.cs (1)
55ErrorReporting.ShowErrorMessage(exception.Message);
System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (1)
231MessageBox.Show(err.Message, err.GetType().Name, MessageBoxButton.OK, MessageBoxImage.Error);
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
277errorMessage = err.Message;
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Core.Presentation\System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (1)
393ErrorReporting.ShowErrorMessage(ex.Message);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagEditor.xaml.cs (1)
55ErrorReporting.ShowErrorMessage(exception.Message);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ActivityTypeResolver.xaml.cs (1)
231MessageBox.Show(err.Message, err.GetType().Name, MessageBoxButton.OK, MessageBoxImage.Error);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
277errorMessage = err.Message;
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\TypeElement.cs (1)
255e.Message);
System\Data\Metadata\StoreItemCollection.Loader.cs (1)
142addError(e.Message, ErrorCode.InvalidProvider, EdmSchemaErrorSeverity.Error);
System.ServiceModel (1)
System\ServiceModel\Channels\HttpMessageHandlerFactory.cs (1)
191throw FxTrace.Exception.AsError(new ConfigurationErrorsException(ex.Message, ex));
System.Web (3)
Compilation\MultiTargetingUtil.cs (1)
180s_configTargetFrameworkAttributeName, targetFrameworkMoniker, e.Message), source, lineNumber);
Security\ADMembershipProvider.cs (1)
403throw new ProviderException( e.Message, e );
Security\SQLMembershipProvider.cs (1)
142throw new ProviderException( e.Message, e );
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (1)
791ShowError(Strings.Error_CreatingConnectionStringBuilder(ex.Message));