다음을 통해 공유


UnableToRenewException 생성자 (String, Exception)

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

사용법

    Dim message As String
Dim exception As Exception

Dim instance As New UnableToRenewException(message, exception)

구문

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

매개 변수

  • message
     
  • exception
     

플랫폼

개발 플랫폼

Windows Server 2003, Windows Vista

Target Platforms

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

참고 항목

참조

UnableToRenewException 클래스
UnableToRenewException 멤버
Microsoft.IdentityModel.SecurityTokenService 네임스페이스