Share via


OutputErrorEventArgs Constructors

Definition

Overloads

OutputErrorEventArgs()
OutputErrorEventArgs(String)
OutputErrorEventArgs(String, String)

OutputErrorEventArgs()

public:
 OutputErrorEventArgs();
public:
 OutputErrorEventArgs();
 OutputErrorEventArgs();
public OutputErrorEventArgs ();
Public Sub New ()

Applies to

OutputErrorEventArgs(String)

public:
 OutputErrorEventArgs(System::String ^ message);
public:
 OutputErrorEventArgs(Platform::String ^ message);
 OutputErrorEventArgs(std::wstring const & message);
public OutputErrorEventArgs (string message);
new Microsoft.VisualStudio.Diagnostics.Logging.OutputErrorEventArgs : string -> Microsoft.VisualStudio.Diagnostics.Logging.OutputErrorEventArgs
Public Sub New (message As String)

Parameters

message
String

Applies to

OutputErrorEventArgs(String, String)

public:
 OutputErrorEventArgs(System::String ^ message, System::String ^ code);
public:
 OutputErrorEventArgs(Platform::String ^ message, Platform::String ^ code);
 OutputErrorEventArgs(std::wstring const & message, std::wstring const & code);
public OutputErrorEventArgs (string message, string code);
new Microsoft.VisualStudio.Diagnostics.Logging.OutputErrorEventArgs : string * string -> Microsoft.VisualStudio.Diagnostics.Logging.OutputErrorEventArgs
Public Sub New (message As String, code As String)

Parameters

message
String
code
String

Applies to