adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ObjectNotFoundException Class / Create Method / Create(ClassID,Guid) Method


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

    Parameters

    cid
    oid
    See Also