다음을 통해 공유


InformationCardException 생성자 (String, Exception)

Initializes a new instance of InformationCardException.

네임스페이스: Microsoft.IdentityModel.Protocols.WSIdentity
어셈블리: Microsoft.IdentityModel(microsoft.identitymodel.dll에 있음)

사용법

    Dim message As String
Dim inner As Exception

Dim instance As New InformationCardException(message, inner)

구문

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

매개 변수

  • message
    The error message to attach to the exception.
  • inner
    The inner exception to attach to the new exception.

플랫폼

개발 플랫폼

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

참고 항목

참조

InformationCardException 클래스
InformationCardException 멤버
Microsoft.IdentityModel.Protocols.WSIdentity 네임스페이스