Server.BindingException.BindingException C# (CSharp) 메소드

BindingException() 공개 메소드

public BindingException ( Property property, string message ) : System
property Property
message string
리턴 System
		public BindingException( Property property, string message )
			: base( property, message )
		{
		}
	}
BindingException