ErrorLogOptions(String, SarifVersion) Constructor
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 ErrorLogOptions class.
public ErrorLogOptions (string path, Microsoft.CodeAnalysis.SarifVersion sarifVersion);
new Microsoft.CodeAnalysis.ErrorLogOptions : string * Microsoft.CodeAnalysis.SarifVersion -> Microsoft.CodeAnalysis.ErrorLogOptions
Public Sub New (path As String, sarifVersion As SarifVersion)
Parameters
- path
- String
Absolute path of the error log file.
- sarifVersion
- SarifVersion
Version of the SARIF format used in the error log.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.