104 {
106 {
107 return 0.0;
108 }
110 {
112 {
113 return result;
114 }
116 {
118 }
119 }
121 {
122 try
123 {
125 }
126 catch (ArgumentException e)
127 {
128 ExceptionBuilder.TraceExceptionWithoutRethrow(e);
129 }
130 catch (FormatException
e2)
131 {
132 ExceptionBuilder.TraceExceptionWithoutRethrow(
e2);
133 }
134 catch (InvalidCastException
e3)
135 {
136 ExceptionBuilder.TraceExceptionWithoutRethrow(
e3);
137 }
138 catch (OverflowException
e4)
139 {
140 ExceptionBuilder.TraceExceptionWithoutRethrow(
e4);
141 }
142 try
143 {
145 }
146 catch (ArgumentException
e5)
147 {
148 ExceptionBuilder.TraceExceptionWithoutRethrow(
e5);
149 }
150 catch (FormatException
e6)
151 {
152 ExceptionBuilder.TraceExceptionWithoutRethrow(
e6);
153 }
154 catch (InvalidCastException
e7)
155 {
156 ExceptionBuilder.TraceExceptionWithoutRethrow(
e7);
157 }
158 catch (OverflowException
e8)
159 {
160 ExceptionBuilder.TraceExceptionWithoutRethrow(
e8);
161 }
162 }
164 }