ProjectAlreadyExistsException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| ProjectAlreadyExistsException() | |
| ProjectAlreadyExistsException(String) | |
| ProjectAlreadyExistsException(SerializationInfo, StreamingContext) | |
| ProjectAlreadyExistsException(String, Exception) |
ProjectAlreadyExistsException()
public ProjectAlreadyExistsException();
Public Sub New ()
Applies to
ProjectAlreadyExistsException(String)
public ProjectAlreadyExistsException(string projectName);
new Microsoft.TeamFoundation.Core.WebApi.ProjectAlreadyExistsException : string -> Microsoft.TeamFoundation.Core.WebApi.ProjectAlreadyExistsException
Public Sub New (projectName As String)
Parameters
- projectName
- String
Applies to
ProjectAlreadyExistsException(SerializationInfo, StreamingContext)
protected ProjectAlreadyExistsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.TeamFoundation.Core.WebApi.ProjectAlreadyExistsException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.TeamFoundation.Core.WebApi.ProjectAlreadyExistsException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
ProjectAlreadyExistsException(String, Exception)
public ProjectAlreadyExistsException(string message, Exception innerException);
new Microsoft.TeamFoundation.Core.WebApi.ProjectAlreadyExistsException : string * Exception -> Microsoft.TeamFoundation.Core.WebApi.ProjectAlreadyExistsException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception