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

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

공개 메소드들

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

메소드 상세

ReadOnlyException() 공개 메소드

public ReadOnlyException ( ) : System
리턴 System

ReadOnlyException() 공개 메소드

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

ReadOnlyException() 공개 메소드

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