Amazon.Util.AWSSDKUtils.PreserveStackTrace C# (CSharp) Method

PreserveStackTrace() public static method

This method is used preserve the stacktrace used from clients that support async calls. This make sure that exceptions thrown during EndXXX methods has the orignal stacktrace that happen in the background thread.
public static PreserveStackTrace ( Exception exception ) : void
exception System.Exception
return void
        public static void PreserveStackTrace(Exception exception)
        {
        }