OSDN Git Service

Merge branch 'develop'
[strokestylet/CsWin10Desktop3.git] / FDK24 / FDKException.cs
index d3e6c70..a437937 100644 (file)
@@ -4,13 +4,16 @@ namespace FDK
 {
        class FDKException : Exception
        {
-               public FDKException() : base()
+               public FDKException()
+                       : base()
                {
                }
-               public FDKException( string msg ) : base( msg )
+               public FDKException( string msg ) 
+                       : base( msg )
                {
                }
-               public FDKException( string msg, Exception inner ) : base( msg, inner )
+               public FDKException( string msg, Exception inner )
+                       : base( msg, inner )
                {
                }
        }