示例#1
0
 public TagLibException(TagLibError error, string message, Exception innerException)
     : this(message, innerException)
 {
     this.error = error;
 }
		public TagLibException(TagLibError error, string message, Exception innerException)
			: this(message, innerException)
		{
			this.error = error;
		}
示例#3
0
 public TagLibException(TagLibError error)
     : this()
 {
     this.error = error;
 }
		public TagLibException(TagLibError error)
			: this()
		{
			this.error = error;
		}