Свойство | Тип | Описание | |
---|---|---|---|
DeepCloneCore | ISarifNode | ||
GetInnerExceptions | IList |
||
ISarifNode | ISarifNode | ||
Init | void |
Метод | Описание | |
---|---|---|
Create ( |
||
DeepClone ( ) : |
Creates a deep copy of this instance.
|
|
ExceptionData ( ) : System |
Initializes a new instance of the ExceptionData class.
|
|
ExceptionData ( |
Initializes a new instance of the ExceptionData class from the specified instance.
|
|
ExceptionData ( string kind, string message, |
Initializes a new instance of the ExceptionData class from the supplied values.
|
|
ValueEquals ( |
||
ValueGetHashCode ( ) : int |
Метод | Описание | |
---|---|---|
DeepCloneCore ( ) : ISarifNode | ||
GetInnerExceptions ( |
||
ISarifNode ( ) : ISarifNode | ||
Init ( string kind, string message, |
public static Create ( |
||
exception | ||
Результат |
public ExceptionData ( |
||
other | /// The instance from which the new instance is to be initialized. /// | |
Результат | System |
public ExceptionData ( string kind, string message, |
||
kind | string |
/// An initialization value for the |
message | string |
/// An initialization value for the |
stack |
/// An initialization value for the |
|
innerExceptions | IEnumerable |
/// An initialization value for the |
Результат | System |
public ValueEquals ( |
||
other | ||
Результат | bool |