Table of Contents

Class DesignerException

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

Exception class used for designer failures.

[Serializable]
public class DesignerException : Exception, ISerializable, _Exception
Inheritance
DesignerException
Implements
Derived

Constructors

DesignerException()

Create a new DesignerException instance.

DesignerException(SerializationInfo, StreamingContext)

Create a new DesignerException instance.

DesignerException(string)

Create a new DesignerException instance.

DesignerException(string, Exception)

Create a new DesignerException instance.