C# Класс Microsoft.CodeAnalysis.Sarif.ExceptionData

Наследование: ISarifNode
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
DeepCloneCore ISarifNode
GetInnerExceptions IList
ISarifNode ISarifNode
Init void

Открытые методы

Метод Описание
Create ( Exception exception ) : ExceptionData
DeepClone ( ) : ExceptionData

Creates a deep copy of this instance.

ExceptionData ( ) : System

Initializes a new instance of the ExceptionData class.

ExceptionData ( ExceptionData other ) : System

Initializes a new instance of the ExceptionData class from the specified instance.

ExceptionData ( string kind, string message, Stack stack, IEnumerable innerExceptions ) : System

Initializes a new instance of the ExceptionData class from the supplied values.

ValueEquals ( ExceptionData other ) : bool
ValueGetHashCode ( ) : int

Приватные методы

Метод Описание
DeepCloneCore ( ) : ISarifNode
GetInnerExceptions ( Exception exception ) : IList
ISarifNode ( ) : ISarifNode
Init ( string kind, string message, Stack stack, IEnumerable innerExceptions ) : void

Описание методов

Create() публичный статический Метод

public static Create ( Exception exception ) : ExceptionData
exception System.Exception
Результат ExceptionData

DeepClone() публичный Метод

Creates a deep copy of this instance.
public DeepClone ( ) : ExceptionData
Результат ExceptionData

ExceptionData() публичный Метод

Initializes a new instance of the ExceptionData class.
public ExceptionData ( ) : System
Результат System

ExceptionData() публичный Метод

Initializes a new instance of the ExceptionData class from the specified instance.
/// Thrown if is null. ///
public ExceptionData ( ExceptionData other ) : System
other ExceptionData /// The instance from which the new instance is to be initialized. ///
Результат System

ExceptionData() публичный Метод

Initializes a new instance of the ExceptionData class from the supplied values.
public ExceptionData ( string kind, string message, Stack stack, IEnumerable innerExceptions ) : System
kind string /// An initialization value for the property. ///
message string /// An initialization value for the property. ///
stack Stack /// An initialization value for the property. ///
innerExceptions IEnumerable /// An initialization value for the property. ///
Результат System

ValueEquals() публичный Метод

public ValueEquals ( ExceptionData other ) : bool
other ExceptionData
Результат bool

ValueGetHashCode() публичный Метод

public ValueGetHashCode ( ) : int
Результат int