TaskExtensions.SwallowException(Task) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이벤트 처리기에 대한 제비 예외입니다. 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
예외를 삼키는 작업