StreamException Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| StreamException(Object) |
Belirtilen anahtarla StreamException öğesinin yeni bir örneğini başlatır. |
| StreamException(Object, String) |
Belirtilen anahtar ve iletiyle birlikte yeni bir StreamException örneği başlatır. |
| StreamException(Object, String, Exception) |
Belirtilen anahtar, ileti ve iç özel durum ile yeni bir StreamException örneği başlatır. |
StreamException(Object)
Belirtilen anahtarla StreamException öğesinin yeni bir örneğini başlatır.
public:
StreamException(System::Object ^ key);
public:
StreamException(Platform::Object ^ key);
StreamException(winrt::Windows::Foundation::IInspectable const & key);
public StreamException (object key);
new Microsoft.VisualStudio.Utilities.StreamException : obj -> Microsoft.VisualStudio.Utilities.StreamException
Public Sub New (key As Object)
Parametreler
- key
- Object
Anahtar.
Şunlara uygulanır
StreamException(Object, String)
Belirtilen anahtar ve iletiyle birlikte yeni bir StreamException örneği başlatır.
public:
StreamException(System::Object ^ key, System::String ^ message);
public:
StreamException(Platform::Object ^ key, Platform::String ^ message);
StreamException(winrt::Windows::Foundation::IInspectable const & key, std::wstring const & message);
public StreamException (object key, string message);
new Microsoft.VisualStudio.Utilities.StreamException : obj * string -> Microsoft.VisualStudio.Utilities.StreamException
Public Sub New (key As Object, message As String)
Parametreler
- key
- Object
Anahtar.
- message
- String
İleti.
Şunlara uygulanır
StreamException(Object, String, Exception)
Belirtilen anahtar, ileti ve iç özel durum ile yeni bir StreamException örneği başlatır.
public:
StreamException(System::Object ^ key, System::String ^ message, Exception ^ internalEx);
public StreamException (object key, string message, Exception internalEx);
new Microsoft.VisualStudio.Utilities.StreamException : obj * string * Exception -> Microsoft.VisualStudio.Utilities.StreamException
Public Sub New (key As Object, message As String, internalEx As Exception)
Parametreler
- key
- Object
Anahtar.
- message
- String
İleti.
- internalEx
- Exception
İç özel durum.