Class RemoteServiceValidationErrorInfo
Inheritance
RemoteServiceValidationErrorInfo
Assembly: Volo.Abp.ExceptionHandling.dll
Syntax
public class RemoteServiceValidationErrorInfo
Constructors
RemoteServiceValidationErrorInfo()
Declaration
public RemoteServiceValidationErrorInfo()
RemoteServiceValidationErrorInfo(string)
Declaration
public RemoteServiceValidationErrorInfo(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
RemoteServiceValidationErrorInfo(string, string)
Declaration
public RemoteServiceValidationErrorInfo(string message, string member)
Parameters
RemoteServiceValidationErrorInfo(string, string[])
Declaration
public RemoteServiceValidationErrorInfo(string message, string[] members)
Parameters
Properties
Members
Declaration
public string[] Members { get; set; }
Property Value
Message
Declaration
public string Message { get; set; }
Property Value
Extension Methods