libsbml.libsbmlPINVOKE.CustomExceptionHelper.SetPendingCustomException C# (CSharp) Method

SetPendingCustomException() static private method

static private SetPendingCustomException ( string message, int type ) : void
message string
type int
return void
    static void SetPendingCustomException(string message, int type) {
      if (type == 0)
      SWIGPendingException.Set(new SBMLConstructorException(message));
	  else 
		SWIGPendingException.Set(new XMLConstructorException(message));
    }