C# 클래스 FLink.Core.Exceptions.InvalidTypesException

A special case of the InvalidTypesException, indicating that the types used in an operation are invalid or inconsistent.
상속: FLink.Core.Exceptions.InvalidProgramException
파일 보기 프로젝트 열기: justmine66/FLink.CSharp

공개 메소드들

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

메소드 상세

InvalidTypesException() 공개 메소드

public InvalidTypesException ( ) : System
리턴 System

InvalidTypesException() 공개 메소드

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

InvalidTypesException() 공개 메소드

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