Click or drag to resize
OssException Constructor (SerializationInfo, StreamingContext)
初始化新的OssException实例。

Namespace: Aliyun.OSS.Common
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.2.0.0 (2.2.0)
Syntax
C#
protected OssException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
保存序列化对象数据的对象。
context
Type: System.Runtime.SerializationStreamingContext
有关源或目标的上下文信息。
See Also