See Also

InvalidParameterTypeException Members  | Dart.PowerTCP.SslSockets Namespace

Requirements

Namespace: Dart.PowerTCP.SslSockets

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Dart.PowerTCP.SslSockets (in Dart.PowerTCP.SslSockets.dll)

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Requirements Languages PowerTCP SSL Sockets for .NET

InvalidParameterTypeException Class

Dart.PowerTCP.SslSockets Namespace : InvalidParameterTypeException Class

Thrown whenever a method is called with an invalid parameter.

For a list of all members of this type, see InvalidParameterTypeException members.

Inheritance Hierarchy

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

Syntax

[Visual Basic]
<SerializableAttribute()> Public Class InvalidParameterTypeException    Inherits ApplicationException
[C#]
[SerializableAttribute()] public class InvalidParameterTypeException : ApplicationException
[C++]
[SerializableAttribute()] public __gc class InvalidParameterTypeException : public ApplicationException
[C++/CLI]
[SerializableAttribute()] public ref class InvalidParameterTypeException : public 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.

Requirements

Namespace: Dart.PowerTCP.SslSockets

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Dart.PowerTCP.SslSockets (in Dart.PowerTCP.SslSockets.dll)

See Also

InvalidParameterTypeException Members  | Dart.PowerTCP.SslSockets Namespace

 

Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.