다음을 통해 공유


ErrorTrackingOutputter.LastError Property

Namespace:  Microsoft.VisualStudio.Diagnostics.Logging
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

‘선언
Public ReadOnly Property LastError As String
    Get
public string LastError { get; }
public:
virtual property String^ LastError {
    String^ get () sealed;
}
abstract LastError : string
override LastError : string
final function get LastError () : String

Property Value

Type: System.String

Implements

IErrorTrackingOutputter.LastError

.NET Framework Security

See Also

Reference

ErrorTrackingOutputter Class

Microsoft.VisualStudio.Diagnostics.Logging Namespace