CrossThreadRunner.ExceptionWasThrown C# (CSharp) 메소드

ExceptionWasThrown() 개인적인 메소드

private ExceptionWasThrown ( ) : bool
리턴 bool
    bool ExceptionWasThrown()
    {
        return lastException != null;
    }