adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ReadOnlyException Class
Members


In This Topic
    ReadOnlyException Class
    In This Topic
    The exception that is thrown when an attempt is made to modify a read-only object.
    Object Model
    ReadOnlyException ClassADTObject Class
    Syntax
    'Declaration
     
    
    Public Class ReadOnlyException 
       Inherits System.Exception
    public class ReadOnlyException : System.Exception 
    public ref class ReadOnlyException : public System.Exception 
    Remarks
    An object where IsReadOnly is true cannot be saved or deleted.
    Inheritance Hierarchy

    System.Object
       System.Exception
          ArcanaDevelopment.adTempus.Client.ReadOnlyException

    See Also