Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Xsl.XPath.XPathCompileException Class Referencesealed

Public Member Functions

override void GetObjectData (SerializationInfo info, StreamingContext context)
 
override string ToString ()
 
virtual Exception GetBaseException ()
 
new Type GetType ()
 

Public Attributes

string queryString
 
int startChar
 
int endChar
 

Static Protected Attributes

const string InnerExceptionPrefix = " ---> "
 

Package Types

enum  ExceptionMessageKind { ThreadAbort = 1 , ThreadInterrupted , OutOfMemory }
 

Package Functions

 XPathCompileException (string queryString, int startChar, int endChar, string resId, params string[] args)
 
 XPathCompileException (string resId, params string[] args)
 
 XPathCompileException (SerializationInfo info, StreamingContext context)
 
string MarkOutError ()
 
override string FormatDetailedMessage ()
 
void SetSourceLineInfo (ISourceLineInfo lineInfo)
 
void InternalPreserveStackTrace ()
 
static void SaveStackTracesFromDeepCopy (Exception exception, byte[] currentStackTrace, object[] dynamicMethodArray)
 
static uint GetExceptionCount ()
 
void RestoreDispatchState (in DispatchState dispatchState)
 
DispatchState CaptureDispatchState ()
 
void SetCurrentStackTrace ()
 
void SetRemoteStackTrace (string stackTrace)
 

Static Package Functions

static string CreateMessage (ISourceLineInfo lineInfo, string res, params string[] args)
 
static string CreateMessage (string res, params string[] args)
 
static XsltException Create (string res, params string[] args)
 
static XsltException Create (string res, string[] args, Exception inner)
 
static string GetMessageFromNativeResources (ExceptionMessageKind kind)
 

Properties

override string SourceUri [get]
 
override int LineNumber [get]
 
override int LinePosition [get]
 
override string Message [get]
 
MethodBaseTargetSite [get]
 
bool HasBeenThrown [get]
 
object? SerializationWatsonBuckets [get]
 
virtual IDictionary Data [get]
 
ExceptionInnerException [get]
 
virtual ? string HelpLink [get, set]
 
virtual ? string Source [get, set]
 
int HResult [get, set]
 
virtual ? string StackTrace [get]
 
stringSerializationStackTraceString [get]
 
EventHandler< SafeSerializationEventArgs >? SerializeObjectState
 

Private Types

enum  TrimType { Left , Right , Middle }
 

Private Member Functions

IDictionary CreateDataContainer ()
 
static bool IsImmutableAgileException (Exception e)
 
static IRuntimeMethodInfo GetMethodFromStackTrace (object stackTrace)
 
MethodBase GetExceptionMethodFromStackTrace ()
 
string CreateSourceName ()
 
void OnDeserialized (StreamingContext context)
 
static void PrepareForForeignExceptionRaise ()
 
static void GetStackTracesDeepCopy (Exception exception, out byte[] currentStackTrace, out object[] dynamicMethodArray)
 
static void GetMessageFromNativeResources (ExceptionMessageKind kind, StringHandleOnStack retMesg)
 
bool CanSetRemoteStackTrace ()
 
string GetClassName ()
 
void RestoreRemoteStackTrace (SerializationInfo info, StreamingContext context)
 
string GetStackTrace ()
 

Static Private Member Functions

static void AppendTrimmed (StringBuilder sb, string value, int startIndex, int count, TrimType trimType)
 
static string AppendLineInfoMessage (string message, ISourceLineInfo lineInfo)
 
static string FormatMessage (string key, params string[] args)
 

Private Attributes

ISourceLineInfo _lineInfo
 
readonly string _res
 
readonly string[] _args
 
readonly string _sourceUri
 
readonly int _lineNumber
 
readonly int _linePosition
 
readonly string _message
 
MethodBase _exceptionMethod
 
IDictionary _data
 
readonly Exception _innerException
 
string _helpURL
 
byte[] _stackTrace
 
byte[] _watsonBuckets
 
string _stackTraceString
 
string _remoteStackTraceString
 
readonly object[] _dynamicMethods
 
string _source
 
UIntPtr _ipForWatsonBuckets
 
readonly IntPtr _xptrs
 
readonly int _xcode = -532462766
 
int _HResult
 

Static Private Attributes

const int _COMPlusExceptionCode = -532462766
 

Detailed Description

Definition at line 7 of file XPathCompileException.cs.


The documentation for this class was generated from the following file: