Xceed .NET Libraries Documentation
InvalidCharIndex Property


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > InvalidCharacterInPathException Class : InvalidCharIndex Property
Gets or sets the index in the path string where an invalid character was found.
Syntax
'Declaration
 
Public Property InvalidCharIndex As Integer
'Usage
 
Dim instance As InvalidCharacterInPathException
Dim value As Integer
 
instance.InvalidCharIndex = value
 
value = instance.InvalidCharIndex
public int InvalidCharIndex {get; set;}

Property Value

The index in the path string where an invalid character was found. Must be greater than or equal to 0 and less than Path.Length.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

InvalidCharacterInPathException Class
InvalidCharacterInPathException Members