Amazon.Runtime.Internal.RuntimeAsyncResult.HandleException C# (CSharp) 메소드

HandleException() 개인적인 메소드

private HandleException ( Exception exception ) : void
exception System.Exception
리턴 void
        internal void HandleException(Exception exception)
        {
            this.Exception = exception;
            InvokeCallback();
        }