See Also

SerialializationInvalidFileTypeException Class  | SerialializationInvalidFileTypeException 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.
fileName
The name of the file that caused the exception.
typename
The TypeName that caused the exception.
See Also Languages RedGate.SQL.Shared Send comments on this topic.

SerialializationInvalidFileTypeException Constructor

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

Constructor.

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

Parameters

message
The error message that explains the reason for the exception.
fileName
The name of the file 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

SerialializationInvalidFileTypeException Class  | SerialializationInvalidFileTypeException Members

 

 


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