Share via


SettingOverrideMinVersionGreaterThanMaxVersionException constructor (String, String, Exception)

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

Syntax

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

Dim instance As New SettingOverrideMinVersionGreaterThanMaxVersionException(minVersion, _
    maxVersion, innerException)
public SettingOverrideMinVersionGreaterThanMaxVersionException(
    string minVersion,
    string maxVersion,
    Exception innerException
)

Parameters

See also

Reference

SettingOverrideMinVersionGreaterThanMaxVersionException class

SettingOverrideMinVersionGreaterThanMaxVersionException members

SettingOverrideMinVersionGreaterThanMaxVersionException overload

Microsoft.Exchange.Management.Tasks namespace