C# 클래스 Orc.DataStructures.AList.Utilities.KeyAlreadyExistsException

상속: System.InvalidOperationException
파일 보기 프로젝트 열기: Orcomp/Orcomp

공개 메소드들

메소드 설명
KeyAlreadyExistsException ( ) : System
KeyAlreadyExistsException ( string msg ) : System
KeyAlreadyExistsException ( string msg, Exception innerException ) : System

메소드 상세

KeyAlreadyExistsException() 공개 메소드

public KeyAlreadyExistsException ( ) : System
리턴 System

KeyAlreadyExistsException() 공개 메소드

public KeyAlreadyExistsException ( string msg ) : System
msg string
리턴 System

KeyAlreadyExistsException() 공개 메소드

public KeyAlreadyExistsException ( string msg, Exception innerException ) : System
msg string
innerException System.Exception
리턴 System