InternalLoggerException.InitializationException Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the exception occurred during logger initialization
public:
property bool InitializationException { bool get(); };
public bool InitializationException { get; }
public bool InitializationException { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.InitializationException : bool
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.InitializationException : bool
Public ReadOnly Property InitializationException As Boolean
Property Value
true
if the exception occurred during logger initialization, false
otherwise.
- Attributes