Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / Tools / System.Activities.Presentation / System / Activities / Presentation / XamlLoadErrorInfo.cs / 1305376 / XamlLoadErrorInfo.cs
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Activities.Presentation { using System; using System.Runtime; [Serializable] [Fx.Tag.XamlVisible(false)] public class XamlLoadErrorInfo { public XamlLoadErrorInfo(string message, int lineNumber, int linePosition) { this.Message = message; this.LineNumber = lineNumber; this.LinePosition = linePosition; } public int LineNumber { get; private set; } public int LinePosition { get; private set; } public string Message { get; private set; } public string FileName { get; set; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Activities.Presentation { using System; using System.Runtime; [Serializable] [Fx.Tag.XamlVisible(false)] public class XamlLoadErrorInfo { public XamlLoadErrorInfo(string message, int lineNumber, int linePosition) { this.Message = message; this.LineNumber = lineNumber; this.LinePosition = linePosition; } public int LineNumber { get; private set; } public int LinePosition { get; private set; } public string Message { get; private set; } public string FileName { get; set; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextSpan.cs
- AddInDeploymentState.cs
- SqlCommand.cs
- StringValueConverter.cs
- MethodCallConverter.cs
- filewebresponse.cs
- WindowsToolbar.cs
- ImagingCache.cs
- Transform3DCollection.cs
- TCPClient.cs
- SystemIPv4InterfaceProperties.cs
- ChannelReliableSession.cs
- XPathDocumentNavigator.cs
- XmlWrappingWriter.cs
- WebPartVerbsEventArgs.cs
- Error.cs
- LocalizabilityAttribute.cs
- ModelTypeConverter.cs
- StringConcat.cs
- RijndaelManaged.cs
- _UriTypeConverter.cs
- ResourcesBuildProvider.cs
- FileSystemEventArgs.cs
- ItemAutomationPeer.cs
- WebConfigurationHostFileChange.cs
- NotImplementedException.cs
- XsdDateTime.cs
- SelectionItemPattern.cs
- Viewport3DVisual.cs
- xamlnodes.cs
- _OSSOCK.cs
- StyleCollection.cs
- WebScriptServiceHostFactory.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- ContextQuery.cs
- HttpInputStream.cs
- Grid.cs
- SweepDirectionValidation.cs
- MembershipUser.cs
- GeometryCollection.cs
- PolicyException.cs
- XamlReaderHelper.cs
- ButtonBaseAutomationPeer.cs
- DockEditor.cs
- EndpointAddressAugust2004.cs
- LinkedList.cs
- Source.cs
- PolicyStatement.cs
- NativeMethodsCLR.cs
- XmlWriterTraceListener.cs
- Types.cs
- UrlAuthorizationModule.cs
- Psha1DerivedKeyGenerator.cs
- IntPtr.cs
- HttpWriter.cs
- DbConnectionInternal.cs
- Mappings.cs
- ConfigXmlAttribute.cs
- OutputCacheSettingsSection.cs
- OleDbReferenceCollection.cs
- ScrollViewerAutomationPeer.cs
- WebFaultClientMessageInspector.cs
- RequiredFieldValidator.cs
- PropertyManager.cs
- DocumentSchemaValidator.cs
- FixedPosition.cs
- NamespaceQuery.cs
- ImageKeyConverter.cs
- InkCanvasAutomationPeer.cs
- PageSetupDialog.cs
- ConnectionConsumerAttribute.cs
- RegistrySecurity.cs
- ColorAnimationUsingKeyFrames.cs
- ErrorRuntimeConfig.cs
- AttributeUsageAttribute.cs
- InstancePersistenceEvent.cs
- RequiredFieldValidator.cs
- DecoderFallback.cs
- SafeRightsManagementPubHandle.cs
- _BaseOverlappedAsyncResult.cs
- StoragePropertyMapping.cs
- ReachSerializerAsync.cs
- SqlBuilder.cs
- Authorization.cs
- EntityProviderServices.cs
- DataColumnSelectionConverter.cs
- OdbcEnvironment.cs
- Serializer.cs
- StreamSecurityUpgradeAcceptorBase.cs
- _HelperAsyncResults.cs
- DiscreteKeyFrames.cs
- PageThemeBuildProvider.cs
- XmlSchemaImporter.cs
- EdmToObjectNamespaceMap.cs
- IEnumerable.cs
- rsa.cs
- UnsafeNativeMethods.cs
- Content.cs
- ConstructorNeedsTagAttribute.cs
- FontStyle.cs