InvalidBerData class: Difference between revisions
Jump to navigation
Jump to search
m (Created page with "An <var>InvalidBerData</var> exception can be thrown by any of the DER-to-<var>XmlDoc</var> methods. It has properties (<var>Position</var> and <var>Description</var>): <var>Posi...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
An <var>InvalidBerData</var> exception can be thrown by any of the DER-to-<var>XmlDoc</var> methods. It has | An <var>InvalidBerData</var> exception can be thrown by any of the [[SSL security changes in V8.0|DER-to-<var>XmlDoc]]</var> methods. It has properties (<var>Position</var> and <var>Description</var>): <var>Position</var> indicates the position | ||
properties (<var>Position</var> and <var>Description</var>): <var>Position</var> indicates the position | |||
in the <var>Longstring</var> of the bad data, and <var>Description</var> describes the | in the <var>Longstring</var> of the bad data, and <var>Description</var> describes the | ||
problem. There are currently no standardized error codes. | problem. There are currently no standardized error codes. |
Revision as of 19:57, 23 April 2012
An InvalidBerData exception can be thrown by any of the DER-to-XmlDoc methods. It has properties (Position and Description): Position indicates the position in the Longstring of the bad data, and Description describes the problem. There are currently no standardized error codes.