AttachmentUploadManagerException Oluşturucu (String, Exception)

Yeni bir örneğini başlatır AttachmentUploadManagerException sağlanan ileti ve iç özel duruma kullanarak sınıf.

Ad alanı:  Microsoft.TeamFoundation.TestManagement.Client
Derleme:  Microsoft.TeamFoundation.TestManagement.Client (Microsoft.TeamFoundation.TestManagement.Client.dll içinde)

Sözdizimi

'Bildirim
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public AttachmentUploadManagerException(
    string message,
    Exception innerException
)
public:
AttachmentUploadManagerException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> AttachmentUploadManagerException
public function AttachmentUploadManagerException(
    message : String, 
    innerException : Exception
)

Parametreler

  • message
    Tür: String

    Hata iletisi.

  • innerException
    Tür: Exception

    Bu özel duruma neden özel durum.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

AttachmentUploadManagerException Sınıf

AttachmentUploadManagerException Fazla Yük

Microsoft.TeamFoundation.TestManagement.Client Ad Alanı