Constable Authorization Engine 2.0 BETA

ShowExceptionForm Constructor 

[This is preliminary documentation and subject to change.]

[TBD]

[Visual Basic]
Public Sub New( _
   ByVal message As String, _
   ByVal ex As Exception _
)
[C#]
public ShowExceptionForm(
   string message,
   Exception ex
);

See Also

ShowExceptionForm Class | LaMarvin.Constable.Design.Forms Namespace