PowerTCP Mail for .NET
InvalidParameterTypeException Constructor(String,Exception)
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > InvalidParameterTypeException Class > InvalidParameterTypeException Constructor : InvalidParameterTypeException Constructor(String,Exception)




message
e
Initializes a new instance of InvalidParameterTypeException.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal message As String, _
   ByVal e As Exception _
)
Visual Basic (Usage)Copy Code
Dim message As String
Dim e As Exception
 
Dim instance As New InvalidParameterTypeException(message, e)
C# 
public InvalidParameterTypeException( 
   string message,
   Exception e
)
Managed Extensions for C++ 
public: InvalidParameterTypeException( 
   string* message,
   Exception* e
)
C++/CLI 
public:
InvalidParameterTypeException( 
   String^ message,
   Exception^ e
)

Parameters

message
e

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.