Compartir a través de


TnefException Constructor (String)

The TnefException constructor creates a new TnefException object with a message specified by the message parameter.

Namespace:  Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New TnefException(message)
public TnefException(
    string message
)

Parameters