adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ExtensionTypeNotFoundException Class / Create Method


In This Topic
    Create Method (ExtensionTypeNotFoundException)
    In This Topic
    Creates an ExtensionTypeNotFoundException for the specified extension type ID.
    Syntax
    'Declaration
     
    
    Public Shared Function Create( _
       ByVal typeID As String _
    ) As ExtensionTypeNotFoundException
    public static ExtensionTypeNotFoundException Create( 
       string typeID
    )

    Parameters

    typeID
    See Also