CollectionServicingJobDidNotSucceedException Constructor (String, Exception)

Initializes a new instance of the CollectionServicingJobDidNotSucceedException class by using the specified message and inner exception.

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

Syntax

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

Parameters

  • message
    Type: System.String

    A user-readable message that states the error.

  • innerException
    Type: System.Exception

    The exception that caused this exception.

.NET Framework Security

See Also

Reference

CollectionServicingJobDidNotSucceedException Class

CollectionServicingJobDidNotSucceedException Overload

Microsoft.TeamFoundation.Framework.Client Namespace