public SnarlException(M_RESULT code) : base("Snarl encountered an error while processing the request") { _code = code; }
public SnarlException( M_RESULT code ) : base( "Snarl encountered an error while processing the request" ) { _code = code; }