Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

ConvertException Constructor (String, Type, String, Int32, Int32, String)

Create a new ConvertException object

[Visual Basic]
Overloads Public Sub New( _
   ByVal origValue As String, _
   ByVal destType As Type, _
   ByVal fieldName As String, _
   ByVal lineNumber As Integer, _
   ByVal columnNumber As Integer, _
   ByVal extraInfo As String _
)
[C#]
public ConvertException(
   string origValue,
   Type destType,
   string fieldName,
   int lineNumber,
   int columnNumber,
   string extraInfo
);

Parameters

origValue
The value to convert.
destType
The destination Type.
fieldName
The name of the field with the error
lineNumber
The line where the error was found.
columnNumber
The estimated column number.
extraInfo
Aditional info of the error.

See Also

ConvertException Class | FileHelpers Namespace | ConvertException Constructor Overload List


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox