Create a new <exception> attribute.
[Visual Basic]
Overloads Public Sub New( _
ByVal member As String, _
ByVal description As String _
)
[C#]
public VBXC_ExceptionAttribute(
string member,
string description
);
Parameters
member
A reference to an exception that is available from the current compilation environment.
description
A description to show for the exception.
See Also
VBXC_ExceptionAttribute Class | VBXC_ExceptionAttribute Members | Fesersoft.VB.Comments Namespace | VBXC_ExceptionAttribute Constructor Overload List