Exemplo n.º 1
0
 public TagLibException(TagLibError error, string message, Exception innerException)
     : this(message, innerException)
 {
     this.error = error;
 }
Exemplo n.º 2
0
		public TagLibException(TagLibError error, string message, Exception innerException)
			: this(message, innerException)
		{
			this.error = error;
		}
Exemplo n.º 3
0
 public TagLibException(TagLibError error)
     : this()
 {
     this.error = error;
 }
Exemplo n.º 4
0
		public TagLibException(TagLibError error)
			: this()
		{
			this.error = error;
		}