BuildWarningEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the BuildWarningEventArgs class.
Overloads
BuildWarningEventArgs() |
Default constructor |
BuildWarningEventArgs(String, String, String, Int32, Int32, Int32, Int32, String, String, String) |
This constructor allows all event data to be initialized |
BuildWarningEventArgs(String, String, String, Int32, Int32, Int32, Int32, String, String, String, DateTime) |
This constructor allows timestamp to be set |
BuildWarningEventArgs(String, String, String, Int32, Int32, Int32, Int32, String, String, String, DateTime, Object[]) |
This constructor allows timestamp to be set |
BuildWarningEventArgs(String, String, String, Int32, Int32, Int32, Int32, String, String, String, String, DateTime, Object[]) |
This constructor allows timestamp to be set |
BuildWarningEventArgs()
- Source:
- BuildWarningEventArgs.cs
Default constructor
protected:
BuildWarningEventArgs();
protected BuildWarningEventArgs ();
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
protected BuildWarningEventArgs ();
Protected Sub New ()
- Attributes
Applies to
BuildWarningEventArgs(String, String, String, Int32, Int32, Int32, Int32, String, String, String)
- Source:
- BuildWarningEventArgs.cs
This constructor allows all event data to be initialized
public:
BuildWarningEventArgs(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 BuildWarningEventArgs (string subcategory, string code, string file, int lineNumber, int columnNumber, int endLineNumber, int endColumnNumber, string message, string helpKeyword, string senderName);
new Microsoft.Build.Framework.BuildWarningEventArgs : string * string * string * int * int * int * int * string * string * string -> Microsoft.Build.Framework.BuildWarningEventArgs
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 subcategory
- 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
BuildWarningEventArgs(String, String, String, Int32, Int32, Int32, Int32, String, String, String, DateTime)
- Source:
- BuildWarningEventArgs.cs
This constructor allows timestamp to be set
public:
BuildWarningEventArgs(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 BuildWarningEventArgs (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 BuildWarningEventArgs (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.BuildWarningEventArgs : string * string * string * int * int * int * int * string * string * string * DateTime -> Microsoft.Build.Framework.BuildWarningEventArgs
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
new Microsoft.Build.Framework.BuildWarningEventArgs : string * string * string * int * int * int * int * string * string * string * DateTime -> Microsoft.Build.Framework.BuildWarningEventArgs
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 subcategory
- 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
custom timestamp for the event
- Attributes
Applies to
BuildWarningEventArgs(String, String, String, Int32, Int32, Int32, Int32, String, String, String, DateTime, Object[])
- Source:
- BuildWarningEventArgs.cs
This constructor allows timestamp to be set
public:
BuildWarningEventArgs(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 BuildWarningEventArgs (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 BuildWarningEventArgs (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.BuildWarningEventArgs : string * string * string * int * int * int * int * string * string * string * DateTime * obj[] -> Microsoft.Build.Framework.BuildWarningEventArgs
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
new Microsoft.Build.Framework.BuildWarningEventArgs : string * string * string * int * int * int * int * string * string * string * DateTime * obj[] -> Microsoft.Build.Framework.BuildWarningEventArgs
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 subcategory
- 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
custom timestamp for the event
- messageArgs
- Object[]
message arguments
- Attributes
Applies to
BuildWarningEventArgs(String, String, String, Int32, Int32, Int32, Int32, String, String, String, String, DateTime, Object[])
- Source:
- BuildWarningEventArgs.cs
This constructor allows timestamp to be set
public:
BuildWarningEventArgs(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 BuildWarningEventArgs (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.BuildWarningEventArgs : string * string * string * int * int * int * int * string * string * string * string * DateTime * obj[] -> Microsoft.Build.Framework.BuildWarningEventArgs
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 subcategory
- 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 warning
- eventTimestamp
- DateTime
custom timestamp for the event
- messageArgs
- Object[]
message arguments