This creates a FileExistsException with a message that includes the file name.

Namespace: VcClientExceptions
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public FileExistsException(
	string fileName
)
Visual Basic
Public Sub New ( _
	fileName As String _
)
Visual C++
public:
FileExistsException(
	String^ fileName
)

Parameters

fileName
Type: String
The name of the file which was supposed to be created, but it already exists.

See Also