Edit

Share via


ReportFormatTypeNotSupportedException Constructors

Definition

Overloads

ReportFormatTypeNotSupportedException(String)
ReportFormatTypeNotSupportedException(SerializationInfo, StreamingContext)
ReportFormatTypeNotSupportedException(String, Exception)

ReportFormatTypeNotSupportedException(String)

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

Parameters

message
String

Applies to

ReportFormatTypeNotSupportedException(SerializationInfo, StreamingContext)

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

Parameters

Applies to

ReportFormatTypeNotSupportedException(String, Exception)

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

Parameters

message
String

Applies to