示例#1
0
 public FilterGraphBuilderException(GraphBuilderError error) : base(error.GetErrorText())
 {
 }
示例#2
0
 public FilterGraphBuilderException(GraphBuilderError error, Exception innerException)
     : base(error.GetErrorText(), innerException)
 {
 }