Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnSerializeObjectEventArgs Class : Create Method |
public static AnnSerializeObjectEventArgs Create( string typeName, AnnObject annObject, Exception error )
'Declaration
Public Shared Function Create( _ ByVal typeName As String, _ ByVal annObject As AnnObject, _ ByVal error As Exception _ ) As AnnSerializeObjectEventArgs
public static AnnSerializeObjectEventArgs Create( string typeName, AnnObject annObject, HResult error )
-(id) initWithTypeName:(NSString*) name
annObject:(LTAnnObject*) obj
error:(NSException*) anError;
public AnnSerializeObjectEvent(Object source,
String typeName,
AnnObject annObject,
RuntimeException error
)