JobIntervalNotSupportedException Constructor (String, Exception)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public JobIntervalNotSupportedException(
    string message,
    Exception innerException
)
public:
JobIntervalNotSupportedException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> JobIntervalNotSupportedException
public function JobIntervalNotSupportedException(
    message : String, 
    innerException : Exception
)

Parameters

.NET Framework Security

See Also

Reference

JobIntervalNotSupportedException Class

JobIntervalNotSupportedException Overload

Microsoft.TeamFoundation.Framework.Server Namespace