adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ObjectNotFoundException Class / Create Method / Create(OID) Method


In This Topic
    Create(OID) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Create( _
       ByVal oid As OID _
    ) As ObjectNotFoundException
    public static ObjectNotFoundException Create( 
       OID oid
    )
    public:
    static ObjectNotFoundException^ Create( 
       OID^ oid
    ) 

    Parameters

    oid
    See Also