Table of Contents

Constructor DesignerException

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

DesignerException()

Create a new DesignerException instance.

public DesignerException()

DesignerException(string)

Create a new DesignerException instance.

public DesignerException(string message)

Parameters

message string

DesignerException(string, Exception)

Create a new DesignerException instance.

public DesignerException(string message, Exception innerException)

Parameters

message string
innerException Exception

DesignerException(SerializationInfo, StreamingContext)

Create a new DesignerException instance.

protected DesignerException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext