Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / Common / AuthoringOM / Serializer / WorkflowMarkupSerializationException.cs / 1305376 / WorkflowMarkupSerializationException.cs
namespace System.Workflow.ComponentModel.Serialization { using System; using System.IO; using System.CodeDom; using System.ComponentModel; using System.ComponentModel.Design; using System.ComponentModel.Design.Serialization; using System.Collections; using System.Xml; using System.Xml.Serialization; using System.Reflection; using System.Collections.Generic; using System.Diagnostics; using System.Text; using System.Globalization; using System.Workflow.ComponentModel.Compiler; using System.Workflow.ComponentModel.Design; using System.Runtime.Serialization; using System.Security.Permissions; using System.Collections.ObjectModel; using System.Drawing; #region Class WorkflowMarkupSerializationException [Serializable()] public class WorkflowMarkupSerializationException : Exception { private int lineNumber = -1; private int columnNumber = -1; public WorkflowMarkupSerializationException(string message, int lineNumber, int columnNumber) :base(message) { this.lineNumber = lineNumber; this.columnNumber = columnNumber; } public WorkflowMarkupSerializationException(string message, Exception innerException, int lineNumber, int columnNumber) :base(message, innerException) { this.lineNumber = lineNumber; this.columnNumber = columnNumber; } public WorkflowMarkupSerializationException(string message, Exception innerException) : base(message, innerException) { } public WorkflowMarkupSerializationException(string message) :base(message) { } public WorkflowMarkupSerializationException() : base() { } protected WorkflowMarkupSerializationException(SerializationInfo info, StreamingContext context) : base(info, context) { if (info == null) throw new ArgumentNullException("info"); this.lineNumber = info.GetInt32("lineNumber"); this.columnNumber = info.GetInt32("columnNumber"); } public override void GetObjectData(SerializationInfo info, StreamingContext context) { if (info == null) throw new ArgumentNullException("info"); base.GetObjectData(info, context); info.AddValue("lineNumber", this.lineNumber, typeof(int)); info.AddValue("columnNumber", this.columnNumber, typeof(int)); } public int LineNumber { get { return this.lineNumber; } } public int LinePosition { get { return this.columnNumber; } } } #endregion } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. namespace System.Workflow.ComponentModel.Serialization { using System; using System.IO; using System.CodeDom; using System.ComponentModel; using System.ComponentModel.Design; using System.ComponentModel.Design.Serialization; using System.Collections; using System.Xml; using System.Xml.Serialization; using System.Reflection; using System.Collections.Generic; using System.Diagnostics; using System.Text; using System.Globalization; using System.Workflow.ComponentModel.Compiler; using System.Workflow.ComponentModel.Design; using System.Runtime.Serialization; using System.Security.Permissions; using System.Collections.ObjectModel; using System.Drawing; #region Class WorkflowMarkupSerializationException [Serializable()] public class WorkflowMarkupSerializationException : Exception { private int lineNumber = -1; private int columnNumber = -1; public WorkflowMarkupSerializationException(string message, int lineNumber, int columnNumber) :base(message) { this.lineNumber = lineNumber; this.columnNumber = columnNumber; } public WorkflowMarkupSerializationException(string message, Exception innerException, int lineNumber, int columnNumber) :base(message, innerException) { this.lineNumber = lineNumber; this.columnNumber = columnNumber; } public WorkflowMarkupSerializationException(string message, Exception innerException) : base(message, innerException) { } public WorkflowMarkupSerializationException(string message) :base(message) { } public WorkflowMarkupSerializationException() : base() { } protected WorkflowMarkupSerializationException(SerializationInfo info, StreamingContext context) : base(info, context) { if (info == null) throw new ArgumentNullException("info"); this.lineNumber = info.GetInt32("lineNumber"); this.columnNumber = info.GetInt32("columnNumber"); } public override void GetObjectData(SerializationInfo info, StreamingContext context) { if (info == null) throw new ArgumentNullException("info"); base.GetObjectData(info, context); info.AddValue("lineNumber", this.lineNumber, typeof(int)); info.AddValue("columnNumber", this.columnNumber, typeof(int)); } public int LineNumber { get { return this.lineNumber; } } public int LinePosition { get { return this.columnNumber; } } } #endregion } // 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
- OleDbConnectionPoolGroupProviderInfo.cs
- _ShellExpression.cs
- ManagementObject.cs
- XmlAnyElementAttributes.cs
- ControlDesigner.cs
- SystemKeyConverter.cs
- AlphaSortedEnumConverter.cs
- DesignerAdapterUtil.cs
- TextParaLineResult.cs
- Root.cs
- SqlMultiplexer.cs
- IndexedString.cs
- BaseCollection.cs
- PowerModeChangedEventArgs.cs
- Collection.cs
- PolyBezierSegmentFigureLogic.cs
- ProtocolsConfigurationHandler.cs
- AnnouncementEndpoint.cs
- DocumentCollection.cs
- TrustExchangeException.cs
- VBCodeProvider.cs
- GeometryHitTestParameters.cs
- Matrix3D.cs
- NoClickablePointException.cs
- SimpleRecyclingCache.cs
- SimpleTextLine.cs
- _ShellExpression.cs
- JournalEntryStack.cs
- TextBox.cs
- MemoryStream.cs
- EmptyReadOnlyDictionaryInternal.cs
- SizeChangedEventArgs.cs
- ExecutedRoutedEventArgs.cs
- Journal.cs
- StatusBarPanelClickEvent.cs
- DesignerTransactionCloseEvent.cs
- dbdatarecord.cs
- ObjectStateEntry.cs
- BaseParaClient.cs
- FixedMaxHeap.cs
- ThicknessConverter.cs
- DataControlPagerLinkButton.cs
- DbParameterHelper.cs
- CodeDomSerializationProvider.cs
- HttpException.cs
- TypeExtension.cs
- ParseElementCollection.cs
- Keyboard.cs
- SQLResource.cs
- StyleHelper.cs
- XmlReaderDelegator.cs
- RawStylusSystemGestureInputReport.cs
- Size.cs
- HotSpot.cs
- InputDevice.cs
- EntityContainerAssociationSet.cs
- TextParaLineResult.cs
- ISAPIApplicationHost.cs
- DesignerActionVerbItem.cs
- EntityDataSourceDesigner.cs
- SectionInformation.cs
- CustomTypeDescriptor.cs
- PointLightBase.cs
- XmlSortKeyAccumulator.cs
- ButtonChrome.cs
- XmlNavigatorStack.cs
- EventRoute.cs
- WebUtil.cs
- AssemblyName.cs
- EditorPartCollection.cs
- NameValueConfigurationElement.cs
- SynchronizedInputHelper.cs
- XPathNodeInfoAtom.cs
- AstTree.cs
- MemoryMappedViewStream.cs
- PauseStoryboard.cs
- FontCacheLogic.cs
- ImageFormatConverter.cs
- EmbeddedMailObject.cs
- EventManager.cs
- EntityParameter.cs
- ScrollItemProviderWrapper.cs
- ChangeNode.cs
- TextTreeTextElementNode.cs
- ListViewItemEventArgs.cs
- XmlSerializerNamespaces.cs
- Figure.cs
- TransportManager.cs
- SignatureConfirmationElement.cs
- ErrorView.xaml.cs
- GridSplitterAutomationPeer.cs
- Operand.cs
- QilList.cs
- DataGridViewButtonColumn.cs
- ToolStripHighContrastRenderer.cs
- UIElementCollection.cs
- SizeChangedInfo.cs
- KeyInstance.cs
- WebBrowserNavigatingEventHandler.cs
- JobDuplex.cs