ExchangeConfigurationException constructor (String)
The ExchangeConfigurationException constructor creates a new ExchangeConfigurationException exception with the error message message.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New ExchangeConfigurationException(message)
public ExchangeConfigurationException(
string message
)
Parameters
message
Type: System.StringThe error message for this ExchangeConfigurationException.
See also
Reference
ExchangeConfigurationException class
ExchangeConfigurationException members