ResolvedDiagnosticEvent Constructor
Initializes a new instance of the ResolvedDiagnosticEvent class.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
‘선언
Public Sub New ( _
process As IntelliTraceProcess, _
notifyPointEvent As DiagnosticEvent _
)
public ResolvedDiagnosticEvent(
IntelliTraceProcess process,
DiagnosticEvent notifyPointEvent
)
public:
ResolvedDiagnosticEvent(
IntelliTraceProcess^ process,
DiagnosticEvent^ notifyPointEvent
)
new :
process:IntelliTraceProcess *
notifyPointEvent:DiagnosticEvent -> ResolvedDiagnosticEvent
public function ResolvedDiagnosticEvent(
process : IntelliTraceProcess,
notifyPointEvent : DiagnosticEvent
)
Parameters
- process
Type: Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess
The IntelliTraceProcess that contains the notifyPointEvent.
- notifyPointEvent
Type: Microsoft.VisualStudio.IntelliTrace.DiagnosticEvent
The original DiagnosticEvent.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | process or notifyPointEvent is null. |
Remarks
Throws a ArgumentNullException exceptiojn if process or notifyPointEvent is null.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.