TnefException Constructor (String, Exception)
The TnefException constructor creates a new outer TnefException object from an inner exception.
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, _
    innerException As Exception _
)
public TnefException (
    string message,
    Exception innerException
)
public:
TnefException (
    String^ message, 
    Exception^ innerException
)
public TnefException (
    String message, 
    Exception innerException
)
public function TnefException (
    message : String, 
    innerException : Exception
)
Parameters
- message
The message for this TnefException object. 
- innerException
The inner exception that caused this TnefException to be thrown. 
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003