BuildErrorEventArgs Constructors

Definition

Initializes a new instance of the BuildErrorEventArgs class.

Overloads

BuildErrorEventArgs()

Default constructor

BuildErrorEventArgs(String, String, String, Int32, Int32, Int32, Int32, String, String, String)

This constructor allows all event data to be initialized

BuildErrorEventArgs(String, String, String, Int32, Int32, Int32, Int32, String, String, String, DateTime)

This constructor which allows a timestamp to be set

BuildErrorEventArgs(String, String, String, Int32, Int32, Int32, Int32, String, String, String, DateTime, Object[])

This constructor which allows a timestamp to be set

BuildErrorEventArgs(String, String, String, Int32, Int32, Int32, Int32, String, String, String, String, DateTime, Object[])

This constructor which allows a timestamp to be set

BuildErrorEventArgs()

Default constructor

protected:
 BuildErrorEventArgs();
protected BuildErrorEventArgs ();
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
protected BuildErrorEventArgs ();
Protected Sub New ()
Attributes

Applies to

BuildErrorEventArgs(String, String, String, Int32, Int32, Int32, Int32, String, String, String)

This constructor allows all event data to be initialized

public:
 BuildErrorEventArgs(System::String ^ subcategory, System::String ^ code, System::String ^ file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, System::String ^ message, System::String ^ helpKeyword, System::String ^ senderName);
public BuildErrorEventArgs (string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName);
new Microsoft.Build.Framework.BuildErrorEventArgs : string * string * string * int * int * int * int * string * string * string -> Microsoft.Build.Framework.BuildErrorEventArgs
Public Sub New (subcategory As String, code As String, file As String, lineNumber As Integer, columnNumber As Integer, endLineNumber As Integer, endColumnNumber As Integer, message As String, helpKeyword As String, senderName As String)

Parameters

subcategory
String

event sub-category

code
String

event code

file
String

file associated with the event

lineNumber
Int32

line number (0 if not applicable)

columnNumber
Int32

column number (0 if not applicable)

endLineNumber
Int32

end line number (0 if not applicable)

endColumnNumber
Int32

end column number (0 if not applicable)

message
String

text message

helpKeyword
String

help keyword

senderName
String

name of event sender

Applies to

BuildErrorEventArgs(String, String, String, Int32, Int32, Int32, Int32, String, String, String, DateTime)

This constructor which allows a timestamp to be set

public:
 BuildErrorEventArgs(System::String ^ subcategory, System::String ^ code, System::String ^ file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, System::String ^ message, System::String ^ helpKeyword, System::String ^ senderName, DateTime eventTimestamp);
public BuildErrorEventArgs (string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName, DateTime eventTimestamp);
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public BuildErrorEventArgs (string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName, DateTime eventTimestamp);
new Microsoft.Build.Framework.BuildErrorEventArgs : string * string * string * int * int * int * int * string * string * string * DateTime -> Microsoft.Build.Framework.BuildErrorEventArgs
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
new Microsoft.Build.Framework.BuildErrorEventArgs : string * string * string * int * int * int * int * string * string * string * DateTime -> Microsoft.Build.Framework.BuildErrorEventArgs
Public Sub New (subcategory As String, code As String, file As String, lineNumber As Integer, columnNumber As Integer, endLineNumber As Integer, endColumnNumber As Integer, message As String, helpKeyword As String, senderName As String, eventTimestamp As DateTime)

Parameters

subcategory
String

event sub-category

code
String

event code

file
String

file associated with the event

lineNumber
Int32

line number (0 if not applicable)

columnNumber
Int32

column number (0 if not applicable)

endLineNumber
Int32

end line number (0 if not applicable)

endColumnNumber
Int32

end column number (0 if not applicable)

message
String

text message

helpKeyword
String

help keyword

senderName
String

name of event sender

eventTimestamp
DateTime

Timestamp when event was created

Attributes

Applies to

BuildErrorEventArgs(String, String, String, Int32, Int32, Int32, Int32, String, String, String, DateTime, Object[])

This constructor which allows a timestamp to be set

public:
 BuildErrorEventArgs(System::String ^ subcategory, System::String ^ code, System::String ^ file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, System::String ^ message, System::String ^ helpKeyword, System::String ^ senderName, DateTime eventTimestamp, ... cli::array <System::Object ^> ^ messageArgs);
public BuildErrorEventArgs (string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName, DateTime eventTimestamp, params object[] messageArgs);
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public BuildErrorEventArgs (string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName, DateTime eventTimestamp, params object[] messageArgs);
new Microsoft.Build.Framework.BuildErrorEventArgs : string * string * string * int * int * int * int * string * string * string * DateTime * obj[] -> Microsoft.Build.Framework.BuildErrorEventArgs
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
new Microsoft.Build.Framework.BuildErrorEventArgs : string * string * string * int * int * int * int * string * string * string * DateTime * obj[] -> Microsoft.Build.Framework.BuildErrorEventArgs
Public Sub New (subcategory As String, code As String, file As String, lineNumber As Integer, columnNumber As Integer, endLineNumber As Integer, endColumnNumber As Integer, message As String, helpKeyword As String, senderName As String, eventTimestamp As DateTime, ParamArray messageArgs As Object())

Parameters

subcategory
String

event sub-category

code
String

event code

file
String

file associated with the event

lineNumber
Int32

line number (0 if not applicable)

columnNumber
Int32

column number (0 if not applicable)

endLineNumber
Int32

end line number (0 if not applicable)

endColumnNumber
Int32

end column number (0 if not applicable)

message
String

text message

helpKeyword
String

help keyword

senderName
String

name of event sender

eventTimestamp
DateTime

Timestamp when event was created

messageArgs
Object[]

message arguments

Attributes

Applies to

BuildErrorEventArgs(String, String, String, Int32, Int32, Int32, Int32, String, String, String, String, DateTime, Object[])

This constructor which allows a timestamp to be set

public:
 BuildErrorEventArgs(System::String ^ subcategory, System::String ^ code, System::String ^ file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, System::String ^ message, System::String ^ helpKeyword, System::String ^ senderName, System::String ^ helpLink, DateTime eventTimestamp, ... cli::array <System::Object ^> ^ messageArgs);
public BuildErrorEventArgs (string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName, string helpLink, DateTime eventTimestamp, params object[] messageArgs);
new Microsoft.Build.Framework.BuildErrorEventArgs : string * string * string * int * int * int * int * string * string * string * string * DateTime * obj[] -> Microsoft.Build.Framework.BuildErrorEventArgs
Public Sub New (subcategory As String, code As String, file As String, lineNumber As Integer, columnNumber As Integer, endLineNumber As Integer, endColumnNumber As Integer, message As String, helpKeyword As String, senderName As String, helpLink As String, eventTimestamp As DateTime, ParamArray messageArgs As Object())

Parameters

subcategory
String

event sub-category

code
String

event code

file
String

file associated with the event

lineNumber
Int32

line number (0 if not applicable)

columnNumber
Int32

column number (0 if not applicable)

endLineNumber
Int32

end line number (0 if not applicable)

endColumnNumber
Int32

end column number (0 if not applicable)

message
String

text message

helpKeyword
String

help keyword

senderName
String

name of event sender

helpLink
String

A link pointing to more information about the error

eventTimestamp
DateTime

Timestamp when event was created

messageArgs
Object[]

message arguments

Applies to