Microsoft.CodeAnalysis.Sarif.ExceptionData.ExceptionData C# (CSharp) Method

ExceptionData() public method

Initializes a new instance of the ExceptionData class.
public ExceptionData ( ) : System
return System
        public ExceptionData()
        {
        }

Same methods

ExceptionData::ExceptionData ( ExceptionData other ) : System
ExceptionData::ExceptionData ( string kind, string message, Stack stack, IEnumerable innerExceptions ) : System