adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Message Class / DebuggingInformation Property

In This Topic
    DebuggingInformation Property
    In This Topic
    Additional detailed information that may be useful for debugging
    Syntax
    'Declaration
     
    
    <XmlIgnoreAttribute()>
    <IgnoreDataMemberAttribute()>
    <NotNullAttribute()>
    Public Property DebuggingInformation As String
    [XmlIgnore()]
    [IgnoreDataMember()]
    [NotNull()]
    public string DebuggingInformation {get; set;}
    Remarks
    Some messages may include extended information, stack traces, log file excerpts, etc.
    See Also