KitchenDraw SDK 2
Show / Hide Table of Contents

Class Scene.CatalogChangeError

Represents a single error appeared during a catalog change operation (ChangeCatalog(string, string)).

Inheritance
object
Scene.CatalogChangeError
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Scene.CatalogChangeError

Properties

Name Description
AdditionalData

Additional data describing the error. See Scene.CatalogChangeErrorKind for details.

Kind

Kind of error.

NewCatalogFilename

Destination catalog of the catalog change operation.

Object

Existing object to which the error is related.

In this article
Back to top Generated by DocFX