Class AssertionError
Inheritance
System.Object
System.Exception
AssertionError
Namespace: Unity.UIWidgets.foundation
Syntax
[Serializable]
public class AssertionError : Exception, ISerializable, _Exception
Constructors
AssertionError(String)
Declaration
public AssertionError(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
AssertionError(String, Exception)
Declaration
public AssertionError(string message, Exception innerException = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerException |
Properties
StackTrace
Declaration
public override string StackTrace { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
System.Exception.StackTrace