UserExtensionMethodCompletedEventArgs.ExtensionError Property
Gets a value indicating which error occurred during an asynchronous operation.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
public UserExtensionException ExtensionError { get; }
public:
property UserExtensionException^ ExtensionError {
UserExtensionException^ get();
}
Public ReadOnly Property ExtensionError As UserExtensionException
Property Value
Type: Microsoft.WindowsServerSolutions.Common.UserExtensionException
Returns UserExtensionException.
See Also
UserExtensionMethodCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top