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.StringThe target local path of the item.
innerException
Type: System.ExceptionThe exception instance that caused the current exception.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CorruptBaselineException Class