DateVersionSpecBeforeBeginningOfRepositoryException Constructor (String, Exception)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
Public Sub New ( _
date As String, _
innerException As Exception _
)
public DateVersionSpecBeforeBeginningOfRepositoryException(
string date,
Exception innerException
)
public:
DateVersionSpecBeforeBeginningOfRepositoryException(
String^ date,
Exception^ innerException
)
new :
date:string *
innerException:Exception -> DateVersionSpecBeforeBeginningOfRepositoryException
public function DateVersionSpecBeforeBeginningOfRepositoryException(
date : String,
innerException : Exception
)
Parameters
- date
Type: System.String
- innerException
Type: System.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
DateVersionSpecBeforeBeginningOfRepositoryException Class
DateVersionSpecBeforeBeginningOfRepositoryException Overload