MissingCompiledClassExceptionGetObjectData - метод
When overridden in a derived class, sets the SerializationInfo with information about the exception.
Пространство имён: Tessa.Extensions.Default.Server.Workflow.KrCompilersСборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 3.6.0.22
public override void GetObjectData(
SerializationInfo info,
StreamingContext context
)
Public Overrides Sub GetObjectData (
info As SerializationInfo,
context As StreamingContext
)
public:
virtual void GetObjectData(
SerializationInfo^ info,
StreamingContext context
) override
abstract GetObjectData :
info : SerializationInfo *
context : StreamingContext -> unit
override GetObjectData :
info : SerializationInfo *
context : StreamingContext -> unit
- info SerializationInfo
- The SerializationInfo that holds the serialized object data about the exception being thrown.
- context StreamingContext
- The StreamingContext that contains contextual information about the source or destination.
ISerializableGetObjectData(SerializationInfo, StreamingContext) ArgumentNullException | The info parameter is a null reference ( in Visual Basic). |
SecurityException | The caller does not have the required permission. |