Class ExceptionImpl
Inheritance
System.Object
ExceptionImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Cosmos.Core_Plugs.dll
Syntax
public static class ExceptionImpl
Methods
|
Improve this Doc
View Source
Ctor(Exception, String)
Declaration
public static void Ctor(Exception aThis, string aMessage)
Parameters
Type |
Name |
Description |
System.Exception |
aThis |
|
System.String |
aMessage |
|
|
Improve this Doc
View Source
get_Message(Exception)
Declaration
public static string get_Message(Exception aThis)
Parameters
Type |
Name |
Description |
System.Exception |
aThis |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetClassName(UInt32*)
Declaration
public static string GetClassName(uint *aThis)
Parameters
Type |
Name |
Description |
System.UInt32* |
aThis |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetMessageFromNativeResources(Int32)
Declaration
public static string GetMessageFromNativeResources(int aKind)
Parameters
Type |
Name |
Description |
System.Int32 |
aKind |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetStackTracesDeepCopy(Exception, ref Byte[], ref Object[])
Declaration
public static void GetStackTracesDeepCopy(Exception aException, ref byte[] aByte, ref object[] aObject)
Parameters
Type |
Name |
Description |
System.Exception |
aException |
|
System.Byte[] |
aByte |
|
System.Object[] |
aObject |
|
|
Improve this Doc
View Source
IsImmutableAgileException(Exception)
Declaration
public static bool IsImmutableAgileException(Exception aException)
Parameters
Type |
Name |
Description |
System.Exception |
aException |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PrepareForForeignExceptionRaise()
Declaration
public static void PrepareForForeignExceptionRaise()
|
Improve this Doc
View Source
SaveStackTracesFromDeepCopy(Exception, Byte[], Object[])
Declaration
public static void SaveStackTracesFromDeepCopy(Exception aException, byte[] aByte, object[] aObject)
Parameters
Type |
Name |
Description |
System.Exception |
aException |
|
System.Byte[] |
aByte |
|
System.Object[] |
aObject |
|
|
Improve this Doc
View Source
ToString(Exception)
Declaration
public static string ToString(Exception aThis)
Parameters
Type |
Name |
Description |
System.Exception |
aThis |
|
Returns
Type |
Description |
System.String |
|