'宣言 Public Overloads Sub ExportAsync( _ ByVal dataPresenter As DataPresenterBase, _ ByVal stream As Stream, _ ByVal closeStream As Boolean _ )
public void ExportAsync( DataPresenterBase dataPresenter, Stream stream, bool closeStream )
例外 | 解説 |
---|---|
System.ArgumentNullException | dataPresenter および stream は null 以外の値にしてください。 |
System.InvalidOperationException | stream の CanWrite は true。 |