Class DebugAssertionException
Thrown by Debug class to indicate assertion failures
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos
Assembly: Azos.dll
Syntax
[Serializable]
public sealed class DebugAssertionException : AzosException, ISerializable
Constructors
DebugAssertionException(SerializationInfo, StreamingContext)
Declaration
public DebugAssertionException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
DebugAssertionException(String)
Declaration
public DebugAssertionException(string from = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | from |
DebugAssertionException(String, String)
Declaration
public DebugAssertionException(string message, string from = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.String | from |
Fields
FROM_FLD_NAME
Declaration
public const string FROM_FLD_NAME = "DAE-F"
Field Value
Type | Description |
---|---|
System.String |
Properties
From
Declaration
public string From { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
Overrides
Implements
System.Runtime.Serialization.ISerializable