Share via


OutputErrorEventArgs Constructor (String)

Namespace:  Microsoft.VisualStudio.Diagnostics.Logging
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.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

  • message
    Type: String

.NET Framework Security

See Also

Reference

OutputErrorEventArgs Class

OutputErrorEventArgs Overload

Microsoft.VisualStudio.Diagnostics.Logging Namespace