CorruptBaselineException Constructor (String, Exception)

Initializes a new instance of the CorruptBaselineException class.

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

Syntax

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

Parameters

  • targetLocalItem
    Type: System.String

    The target local path of the item.

  • innerException
    Type: System.Exception

    The exception instance that caused the current exception.

.NET Framework Security

See Also

Reference

CorruptBaselineException Class

CorruptBaselineException Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace