See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: CustomToolGenerator
Assembly: NTier.EntityGenerator (in NTier.EntityGenerator.dll) Version: 1.0.0.0

Syntax

C#
protected virtual string CreateExceptionMessage(
	Exception ex
)
Visual Basic
Protected Overridable Function CreateExceptionMessage ( 
	ex As Exception
) As String
Visual C++
protected:
virtual String^ CreateExceptionMessage(
	Exception^ ex
)

Parameters

ex
Type: System..::..Exception

Return Value

Type: String

See Also