←Select platform

ServiceStartException Constructor(SerializationInfo,StreamingContext)

Summary

Initializes a new instance of the ServiceStartException class with ith the specified serialization and context information.

Syntax

C#
VB
C++
protected ServiceStartException( 
   SerializationInfo info, 
   StreamingContext context 
) 
  
Protected Function New( _ 
   ByVal info As SerializationInfo, _ 
   ByVal context As StreamingContext _ 
) 
protected: 
ServiceStartException(  
   SerializationInfo^ info, 
   StreamingContext context 
) 

Parameters

info
Type: System.Runtime.Serialization.SerializationInfo. An object that holds the serialized object data about the exception being thrown.

context
Type: System.Runtime.Serialization.StreamingContext. An object that contains contextual information about the source or destination.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly