NotesStorageFacility
NotesStorageFacility(string, CancellationToken)
初始化NotesStorageFacility类.
public NotesStorageFacility(string fileName, CancellationToken token)
| 范围 | 类型 | 描述 |
|---|
| fileName | String | 文件的名称。 |
| token | CancellationToken | 传播应取消操作的通知。 |
例外
| 例外 | (健康)状况 |
|---|
| ArgumentNullException | fileName - 文件名不能为空或为空 |
也可以看看
NotesStorageFacility(Stream, CancellationToken)
初始化NotesStorageFacility类.
public NotesStorageFacility(Stream stream, CancellationToken token)
| 范围 | 类型 | 描述 |
|---|
| stream | Stream | 流。 |
| token | CancellationToken | 传播应取消操作的通知。 |
例外
| 例外 | (健康)状况 |
|---|
| ArgumentNullException | 流 - 源流不能为空 |
也可以看看
NotesStorageFacility(string, NsfLoadOptions, CancellationToken)
初始化NotesStorageFacility类.
public NotesStorageFacility(string fileName, NsfLoadOptions options, CancellationToken token)
| 范围 | 类型 | 描述 |
|---|
| fileName | String | 文件的名称。 |
| options | NsfLoadOptions | 附加负载选项。 |
| token | CancellationToken | 传播应取消操作的通知。 |
例外
| 例外 | (健康)状况 |
|---|
| ArgumentNullException | fileName - 文件名不能为空或为空 |
也可以看看
NotesStorageFacility(Stream, NsfLoadOptions, CancellationToken)
初始化NotesStorageFacility类.
public NotesStorageFacility(Stream stream, NsfLoadOptions options, CancellationToken token)
| 范围 | 类型 | 描述 |
|---|
| stream | Stream | 流。 |
| options | NsfLoadOptions | 附加负载选项。 |
| token | CancellationToken | 传播应取消操作的通知。 |
例外
| 例外 | (健康)状况 |
|---|
| ArgumentNullException | 流 - 源流不能为空 |
也可以看看
NotesStorageFacility(string)
初始化NotesStorageFacility类.
public NotesStorageFacility(string fileName)
| 范围 | 类型 | 描述 |
|---|
| fileName | String | 文件的名称。 |
例外
| 例外 | (健康)状况 |
|---|
| ArgumentNullException | fileName - 文件名不能为空或为空 |
也可以看看
NotesStorageFacility(Stream)
初始化NotesStorageFacility类.
public NotesStorageFacility(Stream stream)
例外
| 例外 | (健康)状况 |
|---|
| ArgumentNullException | 流 - 源流不能为空 |
也可以看看
NotesStorageFacility(string, NsfLoadOptions)
初始化NotesStorageFacility类.
public NotesStorageFacility(string fileName, NsfLoadOptions options)
| 范围 | 类型 | 描述 |
|---|
| fileName | String | 文件的名称。 |
| options | NsfLoadOptions | 附加负载选项。 |
例外
| 例外 | (健康)状况 |
|---|
| ArgumentNullException | fileName - 文件名不能为空或为空 |
也可以看看
NotesStorageFacility(Stream, NsfLoadOptions)
初始化NotesStorageFacility类.
public NotesStorageFacility(Stream stream, NsfLoadOptions options)
| 范围 | 类型 | 描述 |
|---|
| stream | Stream | 流。 |
| options | NsfLoadOptions | 附加负载选项。 |
例外
| 例外 | (健康)状况 |
|---|
| ArgumentNullException | 流 - 源流不能为空 |
也可以看看