SerializerGeneratorGenerateAssemblyFile Method (String) |
Note: This API is now obsolete.
Namespace: MsgPack.Serialization
[ObsoleteAttribute("Use static GenerateAssembly method instead.")] public void GenerateAssemblyFile( string directory )
Exception | Condition |
---|---|
ArgumentNullException | directory is null. |
ArgumentException | directory is not valid. |
PathTooLongException | directory is too long. |
DirectoryNotFoundException | directory is existent file. |
UnauthorizedAccessException | Cannot create specified directory for access control of file system. |
IOException | Some I/O error is occurred on creating directory or saving assembly file. |