LineNumber Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Returns the line number in the xml file where the error occurred.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property LineNumber As Integer
'Usage
Dim instance As CatalogError
Dim value As Integer
value = instance.LineNumber
public int LineNumber { get; }
public:
property int LineNumber {
int get ();
}
public function get LineNumber () : int
Property Value
Type: System..::.Int32
line in the XML we were processing when this failure was encountered.
Remarks
Indicates the line in the XML we were processing when this failure was encountered.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.