Back to Website
Show / Hide Table of Contents

Class TemplateParseException

Inheritance
System.Object
System.Exception
TemplateParseException
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Convert
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class TemplateParseException : Exception, ISerializable, _Exception

Constructors

TemplateParseException(String)

Declaration
public TemplateParseException(string message)
Parameters
Type Name Description
System.String message

TemplateParseException(String, String)

Declaration
public TemplateParseException(string message, string designName)
Parameters
Type Name Description
System.String message
System.String designName

TemplateParseException(String, String, Exception)

Declaration
public TemplateParseException(string message, string designName, Exception innerException)
Parameters
Type Name Description
System.String message
System.String designName
System.Exception innerException

Properties

DesignName

Declaration
public string DesignName { get; set; }
Property Value
Type Description
System.String

InnerException

Declaration
public Exception InnerException { get; set; }
Property Value
Type Description
System.Exception

Implements

System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback