ExceptionSet 생성자

정의

ExceptionSet 클래스의 새 인스턴스를 초기화합니다.

오버로드

ExceptionSet()

기본 속성 값을 사용하여 ExceptionSet 클래스의 새 인스턴스를 초기화합니다.

ExceptionSet(IEnumerable<Exception>)

지정한 예외를 사용하여 ExceptionSet 클래스의 새 인스턴스를 초기화합니다.

ExceptionSet()

기본 속성 값을 사용하여 ExceptionSet 클래스의 새 인스턴스를 초기화합니다.

public:
 ExceptionSet();
public ExceptionSet ();
Public Sub New ()

적용 대상

ExceptionSet(IEnumerable<Exception>)

지정한 예외를 사용하여 ExceptionSet 클래스의 새 인스턴스를 초기화합니다.

public:
 ExceptionSet(System::Collections::Generic::IEnumerable<Exception ^> ^ exceptions);
public ExceptionSet (System.Collections.Generic.IEnumerable<Exception> exceptions);
new Microsoft.SqlServer.Management.Data.ExceptionSet : seq<Exception> -> Microsoft.SqlServer.Management.Data.ExceptionSet
Public Sub New (exceptions As IEnumerable(Of Exception))

매개 변수

exceptions
IEnumerable<Exception>

애플리케이션 실행 중에 발생한 오류입니다.

적용 대상