unsupported_os Sınıfı
Bu sınıf, desteklenmeyen bir işletim sistemi kullanıldığında oluşan bir özel durumu açıklar.
Sözdizimi
class unsupported_os : public std::exception;
Üyeler
Ortak Oluşturucular
Veri Akışı Adı | Açıklama |
---|---|
unsupported_os | Aşırı yüklendi. Bir unsupported_os nesne oluşturur. |
Devralma Hiyerarşisi
exception
unsupported_os
Gereksinimler
Üst bilgi: concrt.h
Ad alanı: eşzamanlılık
unsupported_os
Bir unsupported_os
nesne oluşturur.
Sözdizimi
explicit _CRTIMP unsupported_os(_In_z_ const char* _Message) throw();
unsupported_os() throw();
Parametreler
_İleti
Hatanın açıklayıcı bir iletisi.