PowerTCP Mail for .NET
InvalidParameterTypeException Class
Members  See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace : InvalidParameterTypeException Class




Thrown whenever a method is called with an invalid parameter.

Object Model

InvalidParameterTypeException Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class InvalidParameterTypeException 
   Inherits System.ApplicationException
Visual Basic (Usage)Copy Code
Dim instance As InvalidParameterTypeException
C# 
[SerializableAttribute()]
public class InvalidParameterTypeException : System.ApplicationException 
Managed Extensions for C++ 
[SerializableAttribute()]
public __gc class InvalidParameterTypeException : public System.ApplicationException 
C++/CLI 
[SerializableAttribute()]
public ref class InvalidParameterTypeException : public System.ApplicationException 

Remarks

This exception is thrown if a method is called with a parameter of the wrong type. To keep this exception from being thrown read the documentation on the function throwing the exception.

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         Dart.PowerTCP.Mail.InvalidParameterTypeException

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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