DesignerException Constructor
DesignerException()
Create a new DesignerException instance.
Declaration
public DesignerException()
DesignerException(String)
Create a new DesignerException instance.
Declaration
public DesignerException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
DesignerException(String, Exception)
Create a new DesignerException instance.
Declaration
public DesignerException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerException |
DesignerException(SerializationInfo, StreamingContext)
Create a new DesignerException instance.
Declaration
protected DesignerException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |