NavigationFailedEventArgs 클래스
정의
Provides data for the NavigationFailed event.Provides data for the NavigationFailed event.
public ref class NavigationFailedEventArgs : EventArgs
public class NavigationFailedEventArgs : EventArgs
type NavigationFailedEventArgs = class
inherit EventArgs
Public Class NavigationFailedEventArgs
Inherits EventArgs
- 상속
설명
이러한 이벤트 인수는 실패 한 탐색에 대 한 정보를 포함 하며, 다음에 의해 구현 되는 Navigationfailed 이벤트의 처리기에 전달 됩니다.These event arguments contain information about a navigation that failed, and are passed to handlers of the NavigationFailed event, which is implemented by the following:
NavigationFailedEventArgs는 실패 한 탐색 요청에 대 한 다음 세부 정보를 캡슐화 합니다.NavigationFailedEventArgs encapsulates the following details of the failed navigation request:
탐색 예외: Exception, Handled.Navigation Exception: Exception, Handled.
탐색 세부 정보: WebRequest, WebResponse.Navigation Details: WebRequest, WebResponse.
속성
Exception |
Gets the Exception that was raised as the result of a failed navigation.Gets the Exception that was raised as the result of a failed navigation. |
ExtraData |
Gets the optional data Object that was passed when navigation commenced.Gets the optional data Object that was passed when navigation commenced. |
Handled |
Gets or sets whether the failed navigation exception has been handled.Gets or sets whether the failed navigation exception has been handled. |
Navigator |
The navigator that raised this event.The navigator that raised this event. |
Uri |
Gets the uniform resource identifier (URI) for the content that could not be navigated to.Gets the uniform resource identifier (URI) for the content that could not be navigated to. |
WebRequest |
Gets the web request that was used to request the specified content.Gets the web request that was used to request the specified content. |
WebResponse |
Gets the web response that was returned after attempting to download the requested the specified content.Gets the web response that was returned after attempting to download the requested the specified content. |
메서드
Equals(Object) |
지정한 개체와 현재 개체가 같은지 여부를 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |