Share via


OutputErrorEventArgs Constructor (String)

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public OutputErrorEventArgs(
    string message
)
public:
OutputErrorEventArgs(
    String^ message
)
new : 
        message:string -> OutputErrorEventArgs
public function OutputErrorEventArgs(
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

OutputErrorEventArgs Class

OutputErrorEventArgs Overload

Microsoft.VisualStudio.Diagnostics.Logging Namespace