See Also

SerialializationInvalidTypeException Class  | SerialializationInvalidTypeException Members

Requirements

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

Language

Visual Basic

C#

C++

C++/CLI

Show All

message
The error message that explains the reason for the exception.
paramName
The name of the parameter that caused the exception.
typeName
The TypeName that caused the exception.
See Also Languages RedGate.SQL.Shared Send comments on this topic.

SerialializationInvalidTypeException Constructor

RedGate.SQL.Shared Namespace > SerialializationInvalidTypeException Class : SerialializationInvalidTypeException Constructor (SerialializationInvalidTypeException)

Constructor.

[Visual Basic]
Public Function New( _    ByVal message As String, _    ByVal paramName As String, _    ByVal typeName As String _ )
[C#]
public SerialializationInvalidTypeException(    string message,    string paramName,    string typeName );
[C++]
public: SerialializationInvalidTypeException(    string* message,    string* paramName,    string* typeName )
[C++/CLI]
public: SerialializationInvalidTypeException(    String^ message,    String^ paramName,    String^ typeName )

Parameters

message
The error message that explains the reason for the exception.
paramName
The name of the parameter that caused the exception.
typeName
The TypeName that caused the exception.

Requirements

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

See Also

SerialializationInvalidTypeException Class  | SerialializationInvalidTypeException Members

 

 


© 2003 - 2007 Red Gate Software Ltd. All Rights Reserved.