BlobBuilder.TryWriteBytes(Stream, Int32) 方法

定義

嘗試將位元組序列寫入至建立器。 表示成功寫入之位元組數目的傳回值。

public:
 int TryWriteBytes(System::IO::Stream ^ source, int byteCount);
public int TryWriteBytes (System.IO.Stream source, int byteCount);
member this.TryWriteBytes : System.IO.Stream * int -> int
Public Function TryWriteBytes (source As Stream, byteCount As Integer) As Integer

參數

source
Stream
byteCount
Int32

傳回

source 成功寫入的位元組數目。

例外狀況

sourcenull

byteCount 為負。

建立器是不可寫入的;它已與另一個連結。

適用於