Share via


UndeclaredTemplateReferenceException Class

Definition

Represents the exception that is thrown during template processing when one of the references of the template is not found in the References section.

public ref class UndeclaredTemplateReferenceException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Serializable]
public class UndeclaredTemplateReferenceException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type UndeclaredTemplateReferenceException = class
    inherit EnterpriseManagementException
    interface ISerializable
Public Class UndeclaredTemplateReferenceException
Inherits EnterpriseManagementException
Inheritance
UndeclaredTemplateReferenceException
Attributes
Implements

Constructors

UndeclaredTemplateReferenceException()

Initializes a new UndeclaredTemplateReferenceException object.

UndeclaredTemplateReferenceException(SerializationInfo, StreamingContext)

Initializes a new UndeclaredTemplateReferenceException object with serialized data.

UndeclaredTemplateReferenceException(String)

Initializes a new UndeclaredTemplateReferenceException object with the name of the reference that was not found.

UndeclaredTemplateReferenceException(String, Exception)

Initializes a new UndeclaredTemplateReferenceException object with an error message and inner exception.

UndeclaredTemplateReferenceException(String, String)

Initializes a new UndeclaredTemplateReferenceException object with the error message and the name of the reference that was not found.

UndeclaredTemplateReferenceException(String, String, Exception)

Initializes a new UndeclaredTemplateReferenceException object with the error message, inner exception, and the name of the reference that was not found.

Properties

ReferenceName

Gets the name of the reference that was not found.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.

ToString()

Returns a string that describes the error in the exception.

Applies to