C# 클래스 SportingSolutions.Udapi.Sdk.Exceptions.NotAuthenticatedException

상속: System.Exception
파일 보기 프로젝트 열기: sportingsolutions/SS.Integration.UnifiedDataAPIClient.DotNet

공개 메소드들

메소드 설명
NotAuthenticatedException ( string message ) : System
NotAuthenticatedException ( string message, Exception innerException ) : System

메소드 상세

NotAuthenticatedException() 공개 메소드

public NotAuthenticatedException ( string message ) : System
message string
리턴 System

NotAuthenticatedException() 공개 메소드

public NotAuthenticatedException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System