Show / Hide Table of Contents

Class CRMScriptErrorInfo

Object containing error information for a CRMScript

Carrier object for CRMScriptErrorInfo. Services for the CRMScriptErrorInfo Carrier is available from the CRMScript Agent.
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.2.0.0")]
public class CRMScriptErrorInfo : Carrier

Constructors

CRMScriptErrorInfo()

Default constructor

Declaration
public CRMScriptErrorInfo()
See Also
ICRMScriptAgent

Properties

CharacterPosition

The character position on the ErrorLine, if available

Declaration
[DataMember]
public virtual int CharacterPosition { get; set; }
Property Value
Type Description
int
See Also
ICRMScriptAgent

ErrorMessage

Descriptive message of the script failed

Declaration
[DataMember]
public virtual string ErrorMessage { get; set; }
Property Value
Type Description
string
See Also
ICRMScriptAgent

IncludeId

The includeId of the source where the error occured

Declaration
[DataMember]
public virtual string IncludeId { get; set; }
Property Value
Type Description
string
See Also
ICRMScriptAgent

LineNumber

The line number where the error occured

Declaration
[DataMember]
public virtual int LineNumber { get; set; }
Property Value
Type Description
int
See Also
ICRMScriptAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
ICRMScriptAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
ICRMScriptAgent

See Also

ICRMScriptAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top