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
- message
Type: System.String
.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.