/// <summary>
 /// Gets or creates the <see cref="CKExceptionData"/> that captures exception information.
 /// If <see cref="P:Exception"/> is null, this returns null.
 /// </summary>
 /// <returns></returns>
 public CKExceptionData EnsureExceptionData() => _data.EnsureExceptionData();