adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / OwnerNotFoundException Class / OwnerNotFoundException Constructor / OwnerNotFoundException Constructor(String)


In This Topic
    OwnerNotFoundException Constructor(String)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal message As String _
    )
    public OwnerNotFoundException( 
       string message
    )
    public:
    OwnerNotFoundException( 
       String^ message
    )

    Parameters

    message
    See Also