DefinitionTemplateNotFoundException 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
DefinitionTemplateNotFoundException(String) | |
DefinitionTemplateNotFoundException(SerializationInfo, StreamingContext) | |
DefinitionTemplateNotFoundException(String, Exception) |
DefinitionTemplateNotFoundException(String)
public DefinitionTemplateNotFoundException (string message);
new Microsoft.TeamFoundation.Build.WebApi.DefinitionTemplateNotFoundException : string -> Microsoft.TeamFoundation.Build.WebApi.DefinitionTemplateNotFoundException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
DefinitionTemplateNotFoundException(SerializationInfo, StreamingContext)
protected DefinitionTemplateNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.TeamFoundation.Build.WebApi.DefinitionTemplateNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.TeamFoundation.Build.WebApi.DefinitionTemplateNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
DefinitionTemplateNotFoundException(String, Exception)
public DefinitionTemplateNotFoundException (string message, Exception ex);
new Microsoft.TeamFoundation.Build.WebApi.DefinitionTemplateNotFoundException : string * Exception -> Microsoft.TeamFoundation.Build.WebApi.DefinitionTemplateNotFoundException
Public Sub New (message As String, ex As Exception)
Parameters
- message
- String
- ex
- Exception