Mono.CSharp.InternalErrorException.InternalErrorException C# (CSharp) Méthode

InternalErrorException() public méthode

public InternalErrorException ( MemberCore mc, Exception e ) : System
mc MemberCore
e System.Exception
Résultat System
		public InternalErrorException (MemberCore mc, Exception e)
			: base (mc.Location + " " + mc.GetSignatureForError (), e)
		{
		}

Same methods

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