Amazon.Util.AWSSDKUtils.PreserveStackTrace C# (CSharp) 메소드

PreserveStackTrace() 공개 정적인 메소드

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
리턴 void
        public static void PreserveStackTrace(Exception exception)
        {
        }