CompositionError Class

Definition

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
Inheritance
CompositionError
Attributes

Constructors

CompositionError(String)

Initializes a new instance of the CompositionError class with the specified error message.

CompositionError(String, Exception)

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)

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)

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.

Properties

Description

Gets a description of the composition error.

Element

Gets the composition element that is the cause of the error.

Exception

Gets the exception that is the underlying cause of the composition error.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string representation of the composition error.

Applies to