Edit

Share via


ProcessTemplateNotFoundException Constructors

Definition

Overloads

ProcessTemplateNotFoundException(String)
ProcessTemplateNotFoundException(SerializationInfo, StreamingContext)
ProcessTemplateNotFoundException(String, Exception)

ProcessTemplateNotFoundException(String)

public ProcessTemplateNotFoundException (string message);
new Microsoft.TeamFoundation.Build.WebApi.ProcessTemplateNotFoundException : string -> Microsoft.TeamFoundation.Build.WebApi.ProcessTemplateNotFoundException
Public Sub New (message As String)

Parameters

message
String

Applies to

ProcessTemplateNotFoundException(SerializationInfo, StreamingContext)

protected ProcessTemplateNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.TeamFoundation.Build.WebApi.ProcessTemplateNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.TeamFoundation.Build.WebApi.ProcessTemplateNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

ProcessTemplateNotFoundException(String, Exception)

public ProcessTemplateNotFoundException (string message, Exception ex);
new Microsoft.TeamFoundation.Build.WebApi.ProcessTemplateNotFoundException : string * Exception -> Microsoft.TeamFoundation.Build.WebApi.ProcessTemplateNotFoundException
Public Sub New (message As String, ex As Exception)

Parameters

message
String

Applies to