ConfigurationException.InnerExceptions Property
Applies to: Semantic Logging Application Block 1.0
Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.dll) Version: 1.0.0.0 (1.0.1304.0)
Syntax
public ReadOnlyCollection<Exception> InnerExceptions { get; }
'Declaration
Public ReadOnly Property InnerExceptions As ReadOnlyCollection(Of Exception)
Get
public:
property ReadOnlyCollection<Exception^>^ InnerExceptions {
ReadOnlyCollection<Exception^>^ get ();
}
Property Value
Type: ReadOnlyCollection<Exception>
See Also
ConfigurationException Members
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.Configuration Namespace