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
- parameterName
Type: System.String
- innerException
Type: System.Exception
See also
Reference
ParameterNotSupportedForMigrationException class
ParameterNotSupportedForMigrationException members