﻿

   TypeName: System.OperationCanceledException

Name              MemberType Definition                                                                                
----              ---------- ----------                                                                                
Equals            Method     bool Equals(System.Object obj), bool _Exception.Equals(System.Object obj)                 
GetBaseException  Method     System.Exception GetBaseException(), System.Exception _Exception.GetBaseException()       
GetHashCode       Method     int GetHashCode(), int _Exception.GetHashCode()                                           
GetObjectData     Method     void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime....
GetType           Method     type GetType(), type _Exception.GetType()                                                 
ToString          Method     string ToString(), string _Exception.ToString()                                           
CancellationToken Property   System.Threading.CancellationToken CancellationToken {get;}                               
Data              Property   System.Collections.IDictionary Data {get;}                                                
HelpLink          Property   string HelpLink {get;set;}                                                                
HResult           Property   int HResult {get;set;}                                                                    
InnerException    Property   System.Exception InnerException {get;}                                                    
Message           Property   string Message {get;}                                                                     
Source            Property   string Source {get;set;}                                                                  
StackTrace        Property   string StackTrace {get;}                                                                  
TargetSite        Property   System.Reflection.MethodBase TargetSite {get;}                                            


