コード例 #1
0
 private ExceptionData GetExceptionData()
 => _exception != null
         ? ExceptionData.FromException(_exception)
         : null;