Свойство | Тип | Описание | |
---|---|---|---|
DeepCloneCore | ISarifNode | ||
ISarifNode | ISarifNode | ||
Init | void |
Метод | Описание | |
---|---|---|
Create ( string stackTrace ) : |
Creates a SARIF Stack instance from a .NET StackTrace text representation (as returned by StackTrace.ToString())
|
|
CreateStacks ( |
Create one or more Stack instances from a .NET exception. Captures inner exceptions and handles aggregated exceptions.
|
|
DeepClone ( ) : |
Creates a deep copy of this instance.
|
|
Stack ( ) : System |
Initializes a new instance of the Stack class.
|
|
Stack ( |
Initializes a new instance of the Stack class from the specified instance.
|
|
Stack ( StackTrace stackTrace ) : System |
Creates a SARIF Stack instance from a .NET StackTrace instance
|
|
Stack ( string message, IEnumerable |
Initializes a new instance of the Stack class from the supplied values.
|
|
ToString ( ) : string | ||
ToString ( StackFormat stackFormat ) : string | ||
ValueEquals ( |
||
ValueGetHashCode ( ) : int |
Метод | Описание | |
---|---|---|
DeepCloneCore ( ) : ISarifNode | ||
ISarifNode ( ) : ISarifNode | ||
Init ( string message, IEnumerable |
public static Create ( string stackTrace ) : |
||
stackTrace | string | |
Результат |
public static CreateStacks ( |
||
exception | ||
Результат | ISet |
public Stack ( |
||
other | /// The instance from which the new instance is to be initialized. /// | |
Результат | System |
public Stack ( StackTrace stackTrace ) : System | ||
stackTrace | StackTrace | |
Результат | System |
public Stack ( string message, IEnumerable |
||
message | string |
/// An initialization value for the |
frames | IEnumerable |
/// An initialization value for the |
properties | SerializedPropertyInfo>.IDictionary |
/// An initialization value for the |
Результат | System |
public ToString ( StackFormat stackFormat ) : string | ||
stackFormat | StackFormat | |
Результат | string |