InvalidVersionSpecException Constructor
Constructs a new exception instance that is based on the specified message.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
‘선언
Public Sub New ( _
message As String _
)
public InvalidVersionSpecException(
string message
)
public:
InvalidVersionSpecException(
String^ message
)
new :
message:string -> InvalidVersionSpecException
public function InvalidVersionSpecException(
message : String
)
Parameters
- message
Type: System.String
The exception message.
.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.