Edit

Share via


CannotRestoreDeletedDraftWithoutRestoringParentException Constructors

Definition

Overloads

CannotRestoreDeletedDraftWithoutRestoringParentException(String)
CannotRestoreDeletedDraftWithoutRestoringParentException(SerializationInfo, StreamingContext)
CannotRestoreDeletedDraftWithoutRestoringParentException(String, Exception)

CannotRestoreDeletedDraftWithoutRestoringParentException(String)

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

Parameters

message
String

Applies to

CannotRestoreDeletedDraftWithoutRestoringParentException(SerializationInfo, StreamingContext)

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

Parameters

Applies to

CannotRestoreDeletedDraftWithoutRestoringParentException(String, Exception)

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

Parameters

message
String

Applies to