Ejemplo n.º 1
0
 public SnarlException(M_RESULT code)
     : base("Snarl encountered an error while processing the request")
 {
     _code = code;
 }
Ejemplo n.º 2
0
		public SnarlException( M_RESULT code )
			: base( "Snarl encountered an error while processing the request" )
		{
			_code = code;
		}