TooManySubfileRecordsException class
Record -rrn- does not fit in subfile -subfile name- on file -filename- exception.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> RuntimeException
Constructors
| Name | Description |
|---|---|
| TooManySubfileRecordsException(Int32, String, String) | Constructor that takes the invalid -rrn- for -subfile name- on file -filename- that caused the exception. |
TooManySubfileRecordsException(Int32, String, String)
Constructor that takes the invalid -rrn- for -subfile name- on file -filename- that caused the exception.
TooManySubfileRecordsException(Int32, String, String)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| Int32 | rrn | Relative Record Number. |
| String | SubfileName | Subfile name. |
| String | FileName | Filename. |