Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override void | GetObjectData (SerializationInfo info, StreamingContext context) |
XmlSchemaException () | |
XmlSchemaException (string? message) | |
XmlSchemaException (string? message, Exception? innerException) | |
XmlSchemaException (string? message, Exception? innerException, int lineNumber, int linePosition) | |
virtual Exception | GetBaseException () |
override string | ToString () |
new Type | GetType () |
Protected Member Functions | |
XmlSchemaException (SerializationInfo info, StreamingContext context) | |
Static Protected Attributes | |
const string | InnerExceptionPrefix = " ---> " |
Package Types | |
enum | ExceptionMessageKind { ThreadAbort = 1 , ThreadInterrupted , OutOfMemory } |
Static Package Functions | |
static string | CreateMessage (string res, string[] args) |
static string | GetMessageFromNativeResources (ExceptionMessageKind kind) |
Properties | |
string? | GetRes [get] |
string??[] | Args [get] |
string? | SourceUri [get] |
int | LineNumber [get] |
int | LinePosition [get] |
XmlSchemaObject? | SourceSchemaObject [get] |
override string | Message [get] |
MethodBase? | TargetSite [get] |
bool | HasBeenThrown [get] |
object? | SerializationWatsonBuckets [get] |
virtual IDictionary | Data [get] |
Exception? | InnerException [get] |
virtual ? string | HelpLink [get, set] |
virtual ? string | Source [get, set] |
int | HResult [get, set] |
virtual ? string | StackTrace [get] |
string? | SerializationStackTraceString [get] |
EventHandler< SafeSerializationEventArgs >? | SerializeObjectState |
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 () |
Private Attributes | |
readonly string | _res |
readonly string[] | _args |
string | _sourceUri |
int | _lineNumber |
int | _linePosition |
XmlSchemaObject | _sourceSchemaObject |
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 |
Definition at line 9 of file XmlSchemaException.cs.