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
- 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.