FileAttachmentException Constructor (String, Attachment, Exception)

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, _
    innerException As Exception _
)
public FileAttachmentException(
    string message,
    Attachment attachment,
    Exception innerException
)
public:
FileAttachmentException(
    String^ message, 
    Attachment^ attachment, 
    Exception^ innerException
)
new : 
        message:string * 
        attachment:Attachment * 
        innerException:Exception -> FileAttachmentException
public function FileAttachmentException(
    message : String, 
    attachment : Attachment, 
    innerException : Exception
)

Parameters

.NET Framework Security

See Also

Reference

FileAttachmentException Class

FileAttachmentException Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace