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

DeepClone() public method

Creates a deep copy of this instance.
public DeepClone ( ) : ExceptionData
return ExceptionData
        public ExceptionData DeepClone()
        {
            return (ExceptionData)DeepCloneCore();
        }