CNotSupportedException Sınıfı
Desteklenmeyen bir özelliğe yönelik isteğin sonucu olan bir özel durumu temsil eder.
Sözdizimi
class CNotSupportedException : public CSimpleException
Üyeler
Ortak Oluşturucular
Veri Akışı Adı | Açıklama |
---|---|
CNotSupportedException::CNotSupportedException | Bir CNotSupportedException nesne oluşturur. |
Açıklamalar
Başka niteleme gerekli veya mümkün değildir.
kullanma CNotSupportedException
hakkında daha fazla bilgi için Özel Durum İşleme (MFC) makalesine bakın.
Devralma Hiyerarşisi
CNotSupportedException
Gereksinimler
Üst bilgi: afx.h
CNotSupportedException::CNotSupportedException
Bir CNotSupportedException
nesne oluşturur.
CNotSupportedException();
Açıklamalar
Bu oluşturucuyu doğrudan kullanmayın, bunun yerine Genel afxThrowNotSupportedException işlevini çağırın. Özel durum işleme hakkında daha fazla bilgi için MFC'de Özel Durum İşleme makalesine bakın.