ConnectionFailedEventArgs Class
Represents the arguments for events that occur when a connection is not successful.
Assembly: ProviderFramework (in ProviderFramework.dll)
System::Object
System::EventArgs
Microsoft.WindowsServerSolutions.Common.ProviderFramework::ConnectionFailedEventArgs
System::EventArgs
Microsoft.WindowsServerSolutions.Common.ProviderFramework::ConnectionFailedEventArgs
| Name | Description | |
|---|---|---|
![]() | ConnectionFailedEventArgs(Exception^) | Initializes a new instance of the ConnectionFailedEventArgs class with the specified exception. |
| Name | Description | |
|---|---|---|
![]() | Exception | Gets the exception that is associated to the event. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:


