다음을 통해 공유


DataCacheException 생성자 (String, Exception)

DataCacheException 클래스의 새 인스턴스를 초기화하며, 예외와 함께 메시지 및 또 하나의 예외를 제공할 수 있게 합니다.

네임스페이스: Microsoft.ApplicationServer.Caching
어셈블리: Microsoft.ApplicationServer.Caching.Core(위치: microsoft.applicationserver.caching.core.dll)

사용

구문

‘선언
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public DataCacheException (
    string message,
    Exception innerException
)
public:
DataCacheException (
    String^ message, 
    Exception^ innerException
)
public DataCacheException (
    String message, 
    Exception innerException
)
public function DataCacheException (
    message : String, 
    innerException : Exception
)

매개 변수

  • message
    예외를 설명하는 메시지입니다.
  • innerException
    이 예외와 관련된 또 다른 예외입니다.

플랫폼

개발 플랫폼

Visual Studio 2010 이상, .NET Framework 4

대상 플랫폼

Windows 7; Windows Server 2008 R2; Windows Server 2008 서비스 팩 2; Windows Vista 서비스 팩 2

참고 항목

참조 항목

DataCacheException 클래스
DataCacheException 구성원
Microsoft.ApplicationServer.Caching 네임스페이스