CorruptFileException Constructor
Namespace: Microsoft.Exchange.InfoWorker.Common.MailTips
Assembly: Microsoft.Exchange.InfoWorker.Common (in Microsoft.Exchange.InfoWorker.Common.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New CorruptFileException(message)
public CorruptFileException(
string message
)
Parameters
- message
Type: System.String