C# 클래스 Microsoft.CodeAnalysis.Sarif.ExceptionData

상속: ISarifNode
파일 보기 프로젝트 열기: Microsoft/sarif-sdk 1 사용 예제들

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