CompositionError Sınıf
Tanım
Oluşturma sırasında oluşan bir hatayı temsil eder.Represents an error that occurred during composition.
public ref class CompositionError
public class CompositionError
[System.Serializable]
public class CompositionError
type CompositionError = class
[<System.Serializable>]
type CompositionError = class
Public Class CompositionError
- Devralma
-
CompositionError
- Öznitelikler
Oluşturucular
CompositionError(String) |
CompositionErrorBelirtilen hata iletisiyle sınıfın yeni bir örneğini başlatır.Initializes a new instance of the CompositionError class with the specified error message. |
CompositionError(String, Exception) |
CompositionErrorBelirtilen hata iletisiyle sınıfın yeni bir örneğini ve bileşim hatasının nedeni olan özel durumu başlatır.Initializes a new instance of the CompositionError class with the specified error message and the exception that is the cause of the composition error. |
CompositionError(String, ICompositionElement) |
CompositionErrorBelirtilen hata iletisiyle sınıfının yeni bir örneğini ve bileşim hatasının nedeni olan bileşim öğesini başlatır.Initializes a new instance of the CompositionError class with the specified error message and the composition element that is the cause of the composition error. |
CompositionError(String, ICompositionElement, Exception) |
CompositionErrorBelirtilen hata iletisiyle sınıfın yeni bir örneğini başlatır ve bileşim hatasının nedeni olan bileşim öğesi ve özel durum.Initializes a new instance of the CompositionError class with the specified error message, and the composition element and exception that are the cause of the composition error. |
Özellikler
Description |
Bileşim hatasının açıklamasını alır.Gets a description of the composition error. |
Element |
Hatanın nedeni olan bileşim öğesini alır.Gets the composition element that is the cause of the error. |
Exception |
Bileşim hatasının temel nedeni olan özel durumu alır.Gets the exception that is the underlying cause of the composition error. |
Yöntemler
Equals(Object) |
Belirtilen nesnenin geçerli nesneye eşit olup olmadığını belirler.Determines whether the specified object is equal to the current object. (Devralındığı yer: Object) |
GetHashCode() |
Varsayılan karma işlevi olarak işlev görür.Serves as the default hash function. (Devralındığı yer: Object) |
GetType() |
TypeGeçerli örneği alır.Gets the Type of the current instance. (Devralındığı yer: Object) |
MemberwiseClone() |
Geçerli bir basit kopyasını oluşturur Object .Creates a shallow copy of the current Object. (Devralındığı yer: Object) |
ToString() |
Bileşim hatasının dize gösterimini döndürür.Returns a string representation of the composition error. |