Spring.Transaction.Interceptor.RollbackRuleAttribute.ToString C# (CSharp) Method

ToString() public method

Returns a System.String representation of this instance.
public ToString ( ) : string
return string
		public override string ToString()
		{
			return "RollbackRule with pattern '" + ExceptionName + "'";
		}