C# 클래스 IronSmarkets.Exceptions.LoginFailedException

상속: System.Exception
파일 보기 프로젝트 열기: smarkets/IronSmarkets

공개 메소드들

메소드 설명
LoginFailedException ( string errorMessage, LogoutReason logoutReason ) : System

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
LoginFailedException ( SerializationInfo info, StreamingContext ctxt ) : System

메소드 상세

LoginFailedException() 공개 메소드

public LoginFailedException ( string errorMessage, LogoutReason logoutReason ) : System
errorMessage string
logoutReason LogoutReason
리턴 System