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