CompilationUnitManager.LogException Property

Definition

Used to log exceptions raised during processing.

public Action<Exception> LogException { get; }
member this.LogException : Action<Exception>
Public ReadOnly Property LogException As Action(Of Exception)

Property Value

Action<Exception>

Applies to