Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / Security / XMLSyntaxException.cs / 1 / XMLSyntaxException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System.Security { using System; using System.Runtime.Serialization; using System.Globalization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable] sealed public class XmlSyntaxException : SystemException { public XmlSyntaxException () : base (Environment.GetResourceString( "XMLSyntax_InvalidSyntax" )) { SetErrorCode(__HResults.CORSEC_E_XMLSYNTAX); } public XmlSyntaxException (String message) : base (message) { SetErrorCode(__HResults.CORSEC_E_XMLSYNTAX); } public XmlSyntaxException (String message, Exception inner) : base (message, inner) { SetErrorCode(__HResults.CORSEC_E_XMLSYNTAX); } public XmlSyntaxException (int lineNumber) : base (String.Format( CultureInfo.CurrentCulture, Environment.GetResourceString( "XMLSyntax_SyntaxError" ), lineNumber ) ) { SetErrorCode(__HResults.CORSEC_E_XMLSYNTAX); } public XmlSyntaxException( int lineNumber, String message ) : base( String.Format( CultureInfo.CurrentCulture, Environment.GetResourceString( "XMLSyntax_SyntaxErrorEx" ), lineNumber, message ) ) { SetErrorCode(__HResults.CORSEC_E_XMLSYNTAX); } internal XmlSyntaxException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ChangePassword.cs
- EmissiveMaterial.cs
- OptimisticConcurrencyException.cs
- ToolStripDropDownClosingEventArgs.cs
- UpWmlMobileTextWriter.cs
- EnumBuilder.cs
- ManipulationDelta.cs
- CreateUserErrorEventArgs.cs
- QueryAsyncResult.cs
- DataSourceBooleanViewSchemaConverter.cs
- IndentedWriter.cs
- XMLSyntaxException.cs
- ConfigurationPropertyAttribute.cs
- ClaimTypeElementCollection.cs
- QueryableDataSourceEditData.cs
- WebBrowserNavigatedEventHandler.cs
- ActivityTypeDesigner.xaml.cs
- FastEncoder.cs
- GenericUI.cs
- MouseActionConverter.cs
- CaseInsensitiveHashCodeProvider.cs
- DeflateEmulationStream.cs
- CommandField.cs
- NextPreviousPagerField.cs
- GACIdentityPermission.cs
- DataTableNewRowEvent.cs
- LinkButton.cs
- RowToFieldTransformer.cs
- Executor.cs
- _Rfc2616CacheValidators.cs
- Bidi.cs
- FlowDocumentReader.cs
- Win32MouseDevice.cs
- FileEnumerator.cs
- EllipticalNodeOperations.cs
- InstanceNameConverter.cs
- WeakHashtable.cs
- CorrelationQuery.cs
- TrackingProfileSerializer.cs
- NativeWindow.cs
- Oci.cs
- CompModSwitches.cs
- MapPathBasedVirtualPathProvider.cs
- DBSchemaTable.cs
- ReflectionServiceProvider.cs
- EntityDataSourceWrapperCollection.cs
- DataGridViewColumn.cs
- DataExpression.cs
- NativeMethods.cs
- StorageMappingFragment.cs
- Vector3D.cs
- CatalogPartCollection.cs
- RotateTransform3D.cs
- GroupStyle.cs
- PageHandlerFactory.cs
- NavigationService.cs
- PageThemeCodeDomTreeGenerator.cs
- TraceListener.cs
- Scene3D.cs
- MetadataArtifactLoaderComposite.cs
- HtmlTableRow.cs
- MatrixValueSerializer.cs
- CurrencyWrapper.cs
- SamlAction.cs
- TableDetailsRow.cs
- PieceDirectory.cs
- XamlBrushSerializer.cs
- WindowsNonControl.cs
- SystemException.cs
- RawStylusInput.cs
- TableCell.cs
- GetPolicyDetailsRequest.cs
- HtmlGenericControl.cs
- EntitySqlQueryBuilder.cs
- SqlPersonalizationProvider.cs
- CollectionBase.cs
- HostSecurityManager.cs
- ModelUIElement3D.cs
- WindowsTooltip.cs
- SQLInt16.cs
- ClientBuildManager.cs
- InstanceKeyNotReadyException.cs
- ColorConvertedBitmap.cs
- GenericPrincipal.cs
- WebRequestModulesSection.cs
- StagingAreaInputItem.cs
- DataObjectMethodAttribute.cs
- UIElement3D.cs
- ObjectQueryState.cs
- EnumBuilder.cs
- TextReader.cs
- ErrorFormatterPage.cs
- RadioButton.cs
- Point3DAnimation.cs
- XPathSelectionIterator.cs
- DataGridRowAutomationPeer.cs
- GACMembershipCondition.cs
- XPathBuilder.cs
- SqlPersonalizationProvider.cs
- BulletedList.cs