OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / OnTimeUnauthorizedScopeException Class / OnTimeUnauthorizedScopeException Constructor / OnTimeUnauthorizedScopeException Constructor(String,Exception)



In This Topic
    OnTimeUnauthorizedScopeException Constructor(String,Exception)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal message As String, _
       ByVal inner As Exception _
    )
    'Usage
     
    
    Dim message As String
    Dim inner As Exception
     
    Dim instance As New OnTimeUnauthorizedScopeException(message, inner)
    public OnTimeUnauthorizedScopeException( 
       string message,
       Exception inner
    )
    public:
    OnTimeUnauthorizedScopeException( 
       String^ message,
       Exception^ inner
    )

    Parameters

    message
    inner
    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also