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: StringHata iletisi.
innerException
Tür: ExceptionBu özel duruma neden özel durum.
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen Güvenilen Koddan Kitaplıkları Kullanma.
Ayrıca bkz.
Başvuru
AttachmentUploadManagerException Sınıf