개정판 43e1d368
issue #0000 코드 정리
Change-Id: I7c8ba4ef6d78a7e4f51b72f226507cddac722939
DataBase/EntityModel/MarkusEntities.cs | ||
---|---|---|
34 | 34 |
|
35 | 35 |
|
36 | 36 |
entityBuilder.Provider = providerName; |
37 |
|
|
37 | 38 |
entityBuilder.ProviderConnectionString = providerString; |
38 | 39 |
entityBuilder.Metadata = EntityMetaData; |
39 | 40 |
|
... | ... | |
51 | 52 |
catch (Exception ex) |
52 | 53 |
{ |
53 | 54 |
System.Diagnostics.Debug.WriteLine(ex.ToString()); |
55 |
|
|
56 |
if (ex.InnerException != null) |
|
57 |
{ |
|
58 |
System.Diagnostics.Debug.WriteLine(ex.InnerException.ToString()); |
|
59 |
} |
|
60 |
|
|
54 | 61 |
throw ex; |
55 | 62 |
} |
56 | 63 |
|
내보내기 Unified diff