Implemented interface member:
property
InnerException
System.Runtime.InteropServices._Exception.InnerException
473 references to InnerException
ComSvcConfig (9)
Microsoft.Activities.Build (1)
mscorlib (15)
PresentationBuildTasks (12)
PresentationFramework (20)
System (15)
System.Activities (13)
System.Activities.Core.Presentation (3)
System.Activities.DurableInstancing (2)
System.Activities.Presentation (13)
System.ComponentModel.DataAnnotations (2)
System.Configuration (2)
System.Data (51)
System.Data.Entity (5)
System.Data.Entity.Design (4)
System.Data.Linq (18)
System.Data.Services (5)
System.Data.Services.Client (3)
System.Data.SqlXml (3)
System.IdentityModel.Selectors (7)
System.Net (7)
System.Runtime.Serialization (2)
System.ServiceModel (54)
System.ServiceModel.Activation (9)
System.ServiceModel.Channels (1)
System.ServiceModel.Internals (12)
System.Transactions (3)
System.Web (55)
System.Web.DynamicData (2)
System.Web.Entity (3)
System.Web.Entity.Design (2)
System.Web.Extensions (7)
System.Web.Mobile (6)
System.Web.Services (17)
System.Windows.Forms (13)
System.Workflow.Activities (20)
System.Workflow.ComponentModel (36)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (11)
171if (tie.InnerException is TypeInitializationException && tie.InnerException.InnerException != null)
172results.Errors.Add(CreateXomlCompilerError(new ValidationError(SR.GetString(SR.Error_CustomActivityCantCreate, type.FullName, tie.InnerException.InnerException.ToString()), ErrorNumbers.Error_CustomActivityCantCreate), parameters));
173else if (tie.InnerException.InnerException != null)
174results.Errors.Add(CreateXomlCompilerError(new ValidationError(tie.InnerException.InnerException.ToString(), ErrorNumbers.Error_CustomActivityCantCreate), parameters));
176results.Errors.Add(CreateXomlCompilerError(new ValidationError(SR.GetString(SR.Error_CustomActivityCantCreate, type.FullName, tie.InnerException.ToString()), ErrorNumbers.Error_CustomActivityCantCreate), parameters));
683Exception e = tie.InnerException ?? tie;
System.Workflow.Runtime (1)
System.WorkflowServices (8)
System.Xml (2)
WindowsBase (6)
XamlBuildTask (4)