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


In This Topic
    MultipleMatchException Class
    In This Topic
    Thrown if an operation matches multiple possible results
    Object Model
    MultipleMatchException ClassMessageCollection ClassMessage ClassMessage Class
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public Class MultipleMatchException 
       Inherits MessageException
    [Serializable()]
    public class MultipleMatchException : MessageException 
    [Serializable()]
    public ref class MultipleMatchException : public MessageException 
    Remarks
    For example if you call ArcanaDevelopment.adTempus.Client.DataContext.GetJob and the call matches more than one job, this exception is thrown (because the method can only return one result).
    Inheritance Hierarchy

    System.Object
       System.Exception
          ArcanaDevelopment.adTempus.Shared.MessageException
             ArcanaDevelopment.adTempus.Shared.MultipleMatchException

    See Also