'Declaration Public Function New( _ ByVal errorNumber As Integer _ )
'Usage Dim errorNumber As Integer Dim instance As New GeneralReadException(errorNumber)
public GeneralReadException( int errorNumber )
public: GeneralReadException( int errorNumber )
public: GeneralReadException( int errorNumber )
Parameters
- errorNumber
- A number that represents the reason you are creating this exception object.