VistaDB 6
VistaDB.Diagnostic Namespace / Errors Class
Members


In This Topic
    Errors Class
    In This Topic
    The collection of error string messages raised by VistaDB library
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.Diagnostics.DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)>
    <System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")>
    Public Class Errors 
       Inherits System.Collections.Generic.Dictionary(Of Integer,String)
    'Usage
     
    
    Dim instance As Errors
    [System.Reflection.DefaultMember("Item")]
    [System.Diagnostics.DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
    [System.Diagnostics.DebuggerDisplay("Count = {Count}")]
    public class Errors : System.Collections.Generic.Dictionary<int,string> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.Dictionary<TKey,TValue>
          VistaDB.Diagnostic.Errors

    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