Overload | Description |
---|---|
InvalidErrorCorrectionLevelException Constructor() | Generated base exception for an invalid error correction level. |
InvalidErrorCorrectionLevelException Constructor(Int32) | Generated exception for an invalid error correction level with a given error number. |
InvalidErrorCorrectionLevelException Constructor(String) | Generated exception for an invalid error correction level with a given message. |
InvalidErrorCorrectionLevelException Constructor(Int32,String) | Generated exception for an invalid error correction level with a given error number and message. |
InvalidErrorCorrectionLevelException Constructor(String,Exception) | Generated exception for an invalid error correction level with a given message and inner exception. |