Mono.CSharp.InternalErrorException.InternalErrorException C# (CSharp) 메소드

InternalErrorException() 공개 메소드

public InternalErrorException ( ) : System
리턴 System
		public InternalErrorException ()
			: base ("Internal error")
		{
		}

Same methods

InternalErrorException::InternalErrorException ( Exception e, Mono.CSharp.Location loc ) : System
InternalErrorException::InternalErrorException ( Exception exception, string message ) : System
InternalErrorException::InternalErrorException ( MemberCore mc, Exception e ) : System
InternalErrorException::InternalErrorException ( string message ) : System
InternalErrorException