Share via


ParameterNotSupportedForMigrationException constructor (String, Exception)

Namespace:  Microsoft.Exchange.Management.Migration
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Sub New ( _
    parameterName As String, _
    innerException As Exception _
)
'Usage
Dim parameterName As String
Dim innerException As Exception

Dim instance As New ParameterNotSupportedForMigrationException(parameterName, _
    innerException)
public ParameterNotSupportedForMigrationException(
    string parameterName,
    Exception innerException
)

Parameters

See also

Reference

ParameterNotSupportedForMigrationException class

ParameterNotSupportedForMigrationException members

ParameterNotSupportedForMigrationException overload

Microsoft.Exchange.Management.Migration namespace