ServiceLevelException Constructor (SerializationInfo, StreamingContext)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Sub New ( _
serializationInfo As SerializationInfo, _
streamingContext As StreamingContext _
)
protected ServiceLevelException(
SerializationInfo serializationInfo,
StreamingContext streamingContext
)
protected:
ServiceLevelException(
SerializationInfo^ serializationInfo,
StreamingContext streamingContext
)
new :
serializationInfo:SerializationInfo *
streamingContext:StreamingContext -> ServiceLevelException
protected function ServiceLevelException(
serializationInfo : SerializationInfo,
streamingContext : StreamingContext
)
Parameters
- serializationInfo
Type: System.Runtime.Serialization.SerializationInfo
- streamingContext
Type: System.Runtime.Serialization.StreamingContext
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.