ServicedComponentException 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.
ServicedComponentException sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
| ServicedComponentException() |
ServicedComponentException sınıfının yeni bir örneğini başlatır. |
| ServicedComponentException(String) |
Belirtilen hata iletisiyle sınıfının yeni bir örneğini ServicedComponentException başlatır. |
| ServicedComponentException(String, Exception) |
ServicedComponentException sınıfının yeni bir örneğini başlatır. |
ServicedComponentException()
ServicedComponentException sınıfının yeni bir örneğini başlatır.
public:
ServicedComponentException();
public ServicedComponentException ();
Public Sub New ()
Şunlara uygulanır
ServicedComponentException(String)
Belirtilen hata iletisiyle sınıfının yeni bir örneğini ServicedComponentException başlatır.
public:
ServicedComponentException(System::String ^ message);
public ServicedComponentException (string message);
new System.EnterpriseServices.ServicedComponentException : string -> System.EnterpriseServices.ServicedComponentException
Public Sub New (message As String)
Parametreler
- message
- String
Özel durum oluşturulduğunda istemciye görüntülenen ileti.
Şunlara uygulanır
ServicedComponentException(String, Exception)
ServicedComponentException sınıfının yeni bir örneğini başlatır.
public:
ServicedComponentException(System::String ^ message, Exception ^ innerException);
public ServicedComponentException (string message, Exception innerException);
new System.EnterpriseServices.ServicedComponentException : string * Exception -> System.EnterpriseServices.ServicedComponentException
Public Sub New (message As String, innerException As Exception)
Parametreler
- message
- String
Özel durum oluşturulduğunda istemciye görüntülenen ileti.
- innerException
- Exception
InnerExceptionvarsa, geçerli özel durumu oluşturan .