'宣言
Public Function New( _ ByVal errorContent As String, _ ByVal exception As Exception, _ Optional ByVal rowIndex As Integer, _ Optional ByVal columnIndex As Integer _ )
public SpreadValidationError( string errorContent, Exception exception, int rowIndex, int columnIndex )
パラメータ
- errorContent
- エラーに関する情報。
- exception
- 検証エラーの原因となった例外。
- rowIndex
- 検証エラーのあるセルの行インデックス。
- columnIndex
- 検証エラーのあるセルの列インデックス。