다음을 통해 공유


TaskExtensions.SwallowException(Task) 메서드

정의

이벤트 처리기에 대한 제비 예외입니다. http://theburningmonk.com/2012/10/c-beware-of-async-void-in-your-code/

.NET 4.0 이하에 대한 예외를 throw하지 않도록 예외를 읽어야 합니다. http://stackoverflow.com/questions/25691114/where-does-an-async-task-throw-exception-if-it-is-not-awaited를 참조하세요.

public:
[System::Runtime::CompilerServices::Extension]
 static void SwallowException(System::Threading::Tasks::Task ^ task);
public static void SwallowException (this System.Threading.Tasks.Task task);
static member SwallowException : System.Threading.Tasks.Task -> unit
<Extension()>
Public Sub SwallowException (task As Task)

매개 변수

task
Task

예외를 삼키는 작업

적용 대상