UserExtensionMethodCompletedEventArgs Constructor (UserExtensionException)
Initializes a new instance of the UserExtensionMethodCompletedEventArgs class.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
public UserExtensionMethodCompletedEventArgs(
UserExtensionException error
)
public:
UserExtensionMethodCompletedEventArgs(
UserExtensionException^ error
)
Public Sub New (
error As UserExtensionException
)
Parameters
error
Type: Microsoft.WindowsServerSolutions.Common.UserExtensionExceptionAny error that occurred during the asynchronous operation.
See Also
UserExtensionMethodCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top