
| 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 | |
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.
System.Object
System.Exception
System.ApplicationException
Dart.PowerTCP.Mail.InvalidParameterTypeException
Target Platforms: Microsoft .NET Framework 2.0