FileAttachmentException Constructor (String, Attachment)

Initializes a new FileAttachmentException instance.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    attachment As Attachment _
)
public FileAttachmentException(
    string message,
    Attachment attachment
)
public:
FileAttachmentException(
    String^ message, 
    Attachment^ attachment
)
new : 
        message:string * 
        attachment:Attachment -> FileAttachmentException
public function FileAttachmentException(
    message : String, 
    attachment : Attachment
)

Parameters

.NET Framework Security

See Also

Reference

FileAttachmentException Class

FileAttachmentException Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace