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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.