adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ValueNotSupportedException Class
Members


In This Topic
    ValueNotSupportedException Class
    In This Topic
    Thrown when an attempt is made to use a value that is not valid for the target adTempus server.
    Syntax
    'Declaration
     
    
    Public Class ValueNotSupportedException 
       Inherits System.ArgumentOutOfRangeException
    public class ValueNotSupportedException : System.ArgumentOutOfRangeException 
    public ref class ValueNotSupportedException : public System.ArgumentOutOfRangeException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          System.SystemException
             System.ArgumentException
                System.ArgumentOutOfRangeException
                   ArcanaDevelopment.adTempus.Shared.ValueNotSupportedException

    See Also