AODL.Document.Content.Draw.AODLGraphicException.AODLGraphicException C# (CSharp) 메소드

AODLGraphicException() 공개 메소드

public AODLGraphicException ( string message, Exception e ) : System
message string
e System.Exception
리턴 System
		public AODLGraphicException(string message, Exception e)
			:base (message, e)
		{
			
		}
	}
AODLGraphicException