InvalidBerData class: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
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   
An <var>InvalidBerData</var> exception can be thrown by any of the [[SSL security changes in V8.0#XmlDoc version of SSL entities|DER-to-XmlDoc]] methods. It has 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:58, 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.