PackagePublisherOperationCanceledException Constructor (Exception)
Initializes a new instance of the PackagePublisherOperationCanceledException class.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)
Usage
Dim innerException As Exception
Dim instance As New PackagePublisherOperationCanceledException(innerException)
Syntax
'Declaration
Public Sub New ( _
innerException As Exception _
)
public PackagePublisherOperationCanceledException (
Exception innerException
)
public:
PackagePublisherOperationCanceledException (
Exception^ innerException
)
public PackagePublisherOperationCanceledException (
Exception innerException
)
public function PackagePublisherOperationCanceledException (
innerException : Exception
)
Parameters
- innerException
The exception that is the cause of the current exception. If the innerException parameter is not a null reference (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception.
Remarks
A default exception message will be used.
Platforms
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2
See Also
Reference
PackagePublisherOperationCanceledException Class
PackagePublisherOperationCanceledException Members
Microsoft.UpdateServices.Administration Namespace