다음을 통해 공유


DataProviderException 생성자 (String, Exception)

새 인스턴스를 초기화는 DataProviderException 클래스에 지정 된 오류 메시지와이 예외의 원인인 내부 예외에 대 한 참조입니다.

네임스페이스:  Microsoft.VisualStudio.Data.Core
어셈블리:  Microsoft.VisualStudio.Data.Core(Microsoft.VisualStudio.Data.Core.dll)

구문

‘선언
Protected Sub New ( _
    message As String, _
    innerException As Exception _
)
protected DataProviderException(
    string message,
    Exception innerException
)
protected:
DataProviderException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DataProviderException
protected function DataProviderException(
    message : String, 
    innerException : Exception
)

매개 변수

  • message
    형식: System.String
    오류를 설명하는 메시지입니다.
  • innerException
    형식: System.Exception
    현재 예외의 원인이 되는 예외입니다. innerException 매개 변수가 nullNull 참조(Visual Basic의 경우 Nothing)이 아니면 현재 예외는 내부 예외를 처리하는 catch 블록에서 발생합니다.

설명

이전 예외의 직접적인 결과로 throw되는 예외는 InnerException 속성에 이전 예외에 대한 참조를 포함할 수 있습니다.InnerException 속성은 생성자에 전달되는 값과 동일한 값을 반환하거나, InnerException 속성이 생성자에게 내부 예외 값을 제공하지 않을 경우에는 nullNull 참조(Visual Basic의 경우 Nothing)을 반환합니다.

이 생성자는 일반적으로 DDEX 런타임에서 호출 됩니다.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

DataProviderException 클래스

DataProviderException 오버로드

Microsoft.VisualStudio.Data.Core 네임스페이스